Stop tracking code coverage - kcov seems broken :(

This commit is contained in:
Magnus Hallin 2016-10-19 21:24:44 +02:00
parent 93deefb0ca
commit d59e6c2f2e
2 changed files with 0 additions and 6 deletions

View file

@ -43,11 +43,6 @@ before_deploy:
- rm -rf target/package/
- 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
set -e

View file

@ -4,7 +4,6 @@
[![Build Status](https://travis-ci.org/mhallin/juniper.svg?branch=master)](https://travis-ci.org/mhallin/juniper)
[![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
[![Coverage Status](https://coveralls.io/repos/github/mhallin/juniper/badge.svg?branch=master)](https://coveralls.io/github/mhallin/juniper?branch=master)
---