Run first coverage pass with iron-handlers feature enable
This commit is contained in:
parent
7add0086bb
commit
ce4d61ed03
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ before_deploy:
|
||||||
after_success:
|
after_success:
|
||||||
- |
|
- |
|
||||||
set -e
|
set -e
|
||||||
travis-cargo coverage --no-sudo
|
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-* --features iron-handlers
|
./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
|
||||||
|
|
Loading…
Reference in a new issue