Stop tracking code coverage - kcov seems broken :(
This commit is contained in:
parent
93deefb0ca
commit
d59e6c2f2e
2 changed files with 0 additions and 6 deletions
|
@ -43,11 +43,6 @@ before_deploy:
|
||||||
- rm -rf target/package/
|
- rm -rf target/package/
|
||||||
- cargo package --verbose
|
- cargo package --verbose
|
||||||
|
|
||||||
after_success:
|
|
||||||
- |
|
|
||||||
travis-cargo coverage --no-sudo -- --features "iron-handlers expose-test-schema"
|
|
||||||
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
|
|
||||||
|
|
||||||
- |
|
- |
|
||||||
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then
|
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then
|
||||||
set -e
|
set -e
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
[](https://travis-ci.org/mhallin/juniper)
|
[](https://travis-ci.org/mhallin/juniper)
|
||||||
[](https://crates.io/crates/juniper)
|
[](https://crates.io/crates/juniper)
|
||||||
[](https://coveralls.io/github/mhallin/juniper?branch=master)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue