From 52721c77de01139c316b28f7c2825f3b147a3df0 Mon Sep 17 00:00:00 2001 From: jMyles Date: Tue, 3 Jul 2018 18:02:24 -0700 Subject: [PATCH] Character tests generate coverage for entire package. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5476882f2..05fa9cf25 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/