Skip to content

Commit

Permalink
Travis CI coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Jun 20, 2017
1 parent d767133 commit 8873ba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ script:

# If successfull, report coverage
after_success:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi

0 comments on commit 8873ba1

Please sign in to comment.