Skip to content

Commit

Permalink
Add codecov.io to .travis.yml
Browse files Browse the repository at this point in the history
As title, not shure if this is sufficient, but we'll see.
  • Loading branch information
kevingranade committed Oct 4, 2017
1 parent f92263f commit a849f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,4 @@ script: make -j3 CCACHE=1 RELEASE=1 CROSS="$CROSS_COMPILATION" && $WINE ./tests/

after_success:
- if [ -n "${CODE_COVERAGE}" ]; then coveralls -b . -i src -e tests --gcov /usr/bin/gcov-4.8; fi
- if [ -n "${CODE_COVERAGE}" ]; then bash <(curl -s https://codecov.io/bash); fi

0 comments on commit a849f67

Please sign in to comment.