Skip to content

Commit

Permalink
debugging appveyor coverage test results
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmaxson committed Aug 5, 2019
1 parent 750fe2b commit 28025cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -37,9 +37,10 @@ jobs:
pipenv run coverage run setup.py test
pipenv run coverage report
pipenv run coverage html
pipenv run coverage xml
pipenv run coveralls # -- pushes report to coveralls.io
- store_artifacts:
path: htmlcov # specific folder name where coverage always stores HTML reports
destination: methpype
- store_test_results:
path: tests/results
path: coverage.xml

0 comments on commit 28025cb

Please sign in to comment.