From e913ed7f4dce283e6f3b1573d74325aef44e42b3 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 20 Jun 2020 12:36:30 -0500 Subject: [PATCH] Coverage.pt report + html out --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 12e3c37..500d811 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,12 +19,16 @@ jobs: command: | mkdir -p test-results/ coverage run --source=dj_rest_auth setup.py test + coverage report + coverage html name: Test - run: command: COVERALLS_REPO_TOKEN=Q58WdUuZOi89XHyDeDsGE2lxUGQ2IfqP3 coveralls name: Coverage - store_test_results: path: test-results/ + - store_artifacts: + path: htmlcov/ test-django-2: <<: *template environment: