Skip to content

Commit

Permalink
[travisCI] Make cargo kcov upload coverage report to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 2, 2019
1 parent 7125ba3 commit 11f065f
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 @@ -58,5 +58,5 @@ script:
ls -lah
cargo check --verbose --all --all-features &&
cargo test --verbose --all --all-features &&
cargo kcov --verbose --manifest-path=pdsl_core/Cargo.toml --features=test-env &&
cargo kcov --verbose --coveralls --manifest-path=pdsl_core/Cargo.toml --features=test-env &&
bash <(curl -s https://codecov.io/bash)

0 comments on commit 11f065f

Please sign in to comment.