Skip to content

Commit d59e6c2

Browse files
committed
Stop tracking code coverage - kcov seems broken :(
1 parent 93deefb commit d59e6c2

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ before_deploy:
4343
- rm -rf target/package/
4444
- cargo package --verbose
4545

46-
after_success:
47-
- |
48-
travis-cargo coverage --no-sudo -- --features "iron-handlers expose-test-schema"
49-
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
50-
5146
- |
5247
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then
5348
set -e

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
[![Build Status](https://travis-ci.org/mhallin/juniper.svg?branch=master)](https://travis-ci.org/mhallin/juniper)
66
[![Crates.io](https://img.shields.io/crates/v/juniper.svg?maxAge=2592000)](https://crates.io/crates/juniper)
7-
[![Coverage Status](https://coveralls.io/repos/github/mhallin/juniper/badge.svg?branch=master)](https://coveralls.io/github/mhallin/juniper?branch=master)
87

98
---
109

0 commit comments

Comments
 (0)