Skip to content

Commit

Permalink
add codacy-coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkukral committed Feb 21, 2018
1 parent bd77cea commit a749d0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -28,7 +28,9 @@ jobs:
script:
- export prometheus_multiproc_dir=$(mktemp -d)
- python3 -m pytest --cov=. --cov-report=term-missing:skip-covered
- coverage xml
- coveralls
- python-codacy-coverage -r coverage.xml
- pip3 install --editable .
- python3 -m kqueen &
- sleep 2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -8,6 +8,7 @@
long_description = ''.join(f.readlines())

test_require = [
'codacy-coverage',
'coveralls',
'faker',
'flake8',
Expand Down

0 comments on commit a749d0e

Please sign in to comment.