From cca5d8fb8370f9918dde2815d83da7860843d7e1 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 9 Oct 2017 18:36:13 -0500 Subject: [PATCH] Workaround for #142 (#144) --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 341d858..fc0be29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,11 @@ script: # Check with unstable flag - cargo check --features unstable - # Run tests, uploading results to codecov.. + # Build the test executables in a separate step, since Tarpaulin + # will not fail on test compile errors. + - cargo build --tests --features unstable + + # Run tests, uploading results to codecov. # hpack tests are _super_ slow in coverage, so skip them here. - cargo tarpaulin --features unstable --skip-clean --no-count --out Xml -- --skip hpack