Skip to content

Commit ce4d61e

Browse files
committed
Run first coverage pass with iron-handlers feature enable
1 parent 7add008 commit ce4d61e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ before_deploy:
4646
after_success:
4747
- |
4848
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
49+
travis-cargo coverage --no-sudo -- --features iron-handlers
50+
./kcov/build/src/kcov --verify --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/juniper-*
5151
5252
- |
5353
if [ "$TRAVIS_BRANCH" = master -a "$TRAVIS_PULL_REQUEST" = false -a "$TRAVIS_RUST_VERSION" = stable ]; then

0 commit comments

Comments
 (0)