From b06386f2c9a60b3e2e4120ef21523f33632ae02f Mon Sep 17 00:00:00 2001 From: Robin Thibaut Date: Mon, 24 Oct 2022 15:41:48 +0200 Subject: [PATCH] Code cov --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c95dd81..218f975 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,6 @@ before_install: - pip install pytest-cov install: - pip install ".[test]" . # install package + test dependencies -script: python -m pytest --cov=skbel +script: python -m pytest after_success: - codecov # submit coverage