Skip to content

Commit

Permalink
generate cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre committed Jul 3, 2019
1 parent c8efc64 commit 78e5e08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- "python setup.py install --force"
- "pip install -r test-requirements.txt"

script: "py.test -vv tests"
script: "py.test -vv --cov=indexd --cov-report xml tests"

after_script:
- COVERALLS_REPO_TOKEN=$COVERALLS_TOKEN coveralls
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
coveralls
mock
pytest==3.0.6
pytest-cov==2.5.1
pytest-flask==0.8.1
PyYAML==5.1
swagger_spec_validator
Expand Down

0 comments on commit 78e5e08

Please sign in to comment.