We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7add008 commit ce4d61eCopy full SHA for ce4d61e
.travis.yml
@@ -46,8 +46,8 @@ before_deploy:
46
after_success:
47
- |
48
set -e
49
- travis-cargo coverage --no-sudo
50
- ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-* --features iron-handlers
+ travis-cargo coverage --no-sudo -- --features iron-handlers
+ ./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
51
52
53
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then
0 commit comments