Skip to content

Commit

Permalink
fixup! ci: Display coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed Sep 17, 2019
1 parent 019c26d commit a530fd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@ jobs:
pyenv shell 3.7.3
. venv/bin/activate
tox -q -p auto -e coverage
PYTHONPATH=src coverage report
PYTHONPATH=src coverage html
PYTHONPATH=src coveralls
export PYTHONPATH=src
coverage report
coverage html
coveralls
mkdir -p out/
cp -R htmlcov/ out/htmlcov/
Expand Down

0 comments on commit a530fd8

Please sign in to comment.