Skip to content

Commit

Permalink
reintroduced coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Apr 2, 2017
1 parent 3902997 commit c96eea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ after_success: |
cd ../.. &&
rm -rf kcov-master &&
ls -al target/debug &&
for file in target/debug/cionc*; do mkdir -p "target/cov/$(basename $file)"; kcov --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; done &&
for file in target/debug/cionc*; do mkdir -p "target/cov/$(basename $file)"; kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo,/usr/lib --verify "target/cov/$(basename $file)" "$file"; done &&
bash <(curl -s https://codecov.io/bash) &&
echo "Uploaded code coverage"
Expand Down

0 comments on commit c96eea2

Please sign in to comment.