Fix coverage reporting
This commit is contained in:
parent
8fdc431b0b
commit
a891b544d3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ install:
|
||||||
before_script:
|
before_script:
|
||||||
- openssl version -a
|
- openssl version -a
|
||||||
script:
|
script:
|
||||||
- python -m pytest src/Test --cov --cov-config src/Test/coverage.ini
|
- python -m pytest src/Test --cov=src --cov-config src/Test/coverage.ini
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -U pytest mock pytest-cov
|
- pip install -U pytest mock pytest-cov
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
Loading…
Reference in a new issue