Skip to content

Commit

Permalink
Update codecov patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Nov 19, 2024
1 parent 83f0eee commit 5388ad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ coverage:
default:
target: 80%
patch: off

ignore:
- "tests/.*"
- "examples/.*"
- "**/tests/**/*"
- "**/tests/*"
- "**/examples/**/*"
- "**/examples/*"

comment: false
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
echo "CMAKE_CXX_COMPILER_LAUNCHER=sccache" >> $GITHUB_ENV
- name: collect rust and C/C++ coverage
env:
FEATOMIC_TEST_WITH_STATIC_LIB: "1"
# env:
# FEATOMIC_TEST_WITH_STATIC_LIB: "1"
run: |
cargo tarpaulin --all-features --workspace --engine=llvm --out=xml --output-dir=target/tarpaulin --objects target/debug/libfeatomic.so
# cleanup C/C++ coverage
Expand Down

0 comments on commit 5388ad8

Please sign in to comment.