Skip to content

Commit

Permalink
Store html coverage report as test artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 14, 2017
1 parent e6567ec commit caafb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ jobs:
pipenv run make html
- store_artifacts:
path: test-reports
destination: test-reports
path: htmlcov
destination: htmlcov

0 comments on commit caafb1e

Please sign in to comment.