Skip to content

Commit

Permalink
Update .travis.yml to revert coverage back to "coverage xml"
Browse files Browse the repository at this point in the history
  • Loading branch information
above-c-level committed Dec 3, 2018
1 parent c21d3d1 commit 5f5be24
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 report
- coverage xml
- ./cc-test-reporter format-coverage -t "coverage.py"

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

0 comments on commit 5f5be24

Please sign in to comment.