Skip to content

Commit 2b574e3

Browse files
committed
Move test exclusions to .codecov.yml
1 parent fde89f4 commit 2b574e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ignore:
22
- "internal_macros"
3+
- "tests"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ env:
189189

190190
after_success: |
191191
if [[ "$TRAVIS_RUST_VERSION" == nightly-2019-07-25 ]]; then
192-
cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --ignore-tests --out Xml
192+
cargo tarpaulin --features "llvm${LLVM_VERSION_DASH}" --out Xml
193193
bash <(curl -s https://codecov.io/bash)
194194
fi
195195

0 commit comments

Comments
 (0)