mirror of https://github.com/nucypher/nucypher.git
Character tests generate coverage for entire package.
parent
8ef6cb8b82
commit
52721c77de
|
@ -124,7 +124,7 @@ jobs:
|
|||
key: v3-deps-{{ .Environment.CIRCLE_WORKFLOW_ID }}-{{ checksum "Pipfile" }}
|
||||
- run:
|
||||
name: Character Tests
|
||||
command: pipenv run pytest --cov=nucypher/characters -v --runslow tests/characters --junitxml=./reports/pytest/results.xml
|
||||
command: pipenv run pytest --cov=nucypher -v --runslow tests/characters --junitxml=./reports/pytest/results.xml
|
||||
- store_test_results:
|
||||
path: ./reports/pytest/
|
||||
|
||||
|
|
Loading…
Reference in New Issue