Character tests generate coverage for entire package.

pull/348/head
jMyles 2018-07-03 18:02:24 -07:00
parent 8ef6cb8b82
commit 52721c77de
1 changed files with 1 additions and 1 deletions

View File

@ -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/