Skip to content

Commit

Permalink
Update .travis.yml to run "coverage report"
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 3, 2018
1 parent c885054 commit 5f986c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
script:
- nosetests tests/core_tests
- coveralls
- coverage
- coverage report
- ./cc-test-reporter format-coverage

- stage: Advanced tests
Expand All @@ -35,7 +35,7 @@ jobs:
script:
- nosetests tests/advanced_tests
- coveralls
- coverage
- coverage report
- ./cc-test-reporter format-coverage
- stage: Upload to Code Climate
python:
Expand Down

0 comments on commit 5f986c2

Please sign in to comment.