mirror of https://github.com/nucypher/pyUmbral.git
Use option parallel=True for coverage (Fixes #222)
See https://github.com/nedbat/coveragepy/issues/716pull/226/head
parent
b51c38d1e1
commit
f5bebc6a1e
|
@ -175,7 +175,7 @@ jobs:
|
|||
pipenv install --dev pytest
|
||||
- run:
|
||||
name: pyUmbral Tests (Python 3.5)
|
||||
command: pipenv run pytest --junitxml=./reports/pytest/python35-results.xml
|
||||
command: pipenv run pytest --cov=. --cov-report=html --junitxml=./reports/pytest/python35-results.xml
|
||||
- store_test_results:
|
||||
path: /reports/pytest
|
||||
- store_artifacts:
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
omit =
|
||||
setup.py,
|
||||
*__init__.py
|
||||
parallel=True
|
||||
|
|
Loading…
Reference in New Issue