Skip to content

Commit

Permalink
Added HTML coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
madpah committed Sep 1, 2021
1 parent 01643d6 commit ce700e5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,17 @@ jobs:
- run:
name: Generate Coverage Reports
command: |
coverage report && coverage xml -o test-reports/coverage.xml
coverage report && coverage xml -o test-reports/coverage.xml && coverage html -o test-reports/coverage.html
- run:
name: Run self scan
command: |
# TODO: audit with jake maybe?
- store_artifacts: # Upload test summary for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
- store_artifacts:
path: .tox/results.json
destination: tox-logs
- store_artifacts:
path: test-reports
destination: test-reports
- store_test_results:
path: test-reports

Expand Down

0 comments on commit ce700e5

Please sign in to comment.