Skip to content

Commit

Permalink
Upload to codecov.io too
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Dec 9, 2016
1 parent 7612ee7 commit e80875e
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 @@ -54,3 +54,5 @@ after_success:
# See https://github.com/ujh/iomrascalai/blob/master/.travis.yml
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then travis-cargo coveralls --no-sudo --verify; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo,/target target/kcov target/debug/gitlab_api-*; fi
# Upload to codecov.io too
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$TRAVIS_RUST_VERSION" == "stable" ]]; then bash <(curl -s https://codecov.io/bash); fi

0 comments on commit e80875e

Please sign in to comment.