mirror of https://github.com/nucypher/nucypher.git
It appears that pytest has its own way of specifying source to measure.
parent
334c7807ad
commit
b67f5b5d0d
|
@ -1,2 +0,0 @@
|
|||
[run]
|
||||
source=nkms
|
|
@ -7,7 +7,7 @@ install:
|
|||
- pip install pipenv --upgrade
|
||||
- pipenv install --dev --three
|
||||
script:
|
||||
- pipenv run "pytest --cov=./nkms/* -v tests"
|
||||
- pipenv run "pytest --cov=nkms -v tests"
|
||||
- codecov
|
||||
notifications:
|
||||
slack:
|
||||
|
|
Loading…
Reference in New Issue