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 fde89f4 commit 2b574e3Copy full SHA for 2b574e3
.codecov.yml
@@ -1,2 +1,3 @@
1
ignore:
2
- "internal_macros"
3
+ - "tests"
.travis.yml
@@ -189,7 +189,7 @@ env:
189
190
after_success: |
191
if [[ "$TRAVIS_RUST_VERSION" == nightly-2019-07-25 ]]; then
192
- cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --ignore-tests --out Xml
+ cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --out Xml
193
bash <(curl -s https://codecov.io/bash)
194
fi
195
0 commit comments