Skip to content

Commit

Permalink
Merge pull request #161 from HadrienG2/wait-for-both-codecov-builds
Browse files Browse the repository at this point in the history
Wait for both codecov builds to notify
  • Loading branch information
HadrienG2 authored Oct 30, 2024
2 parents 0893869 + 805e371 commit f75102d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,6 @@ jobs:

- name: Measure code coverage
run: cargo tarpaulin --verbose --timeout 120 --out xml
env:
# FIXME: Workaround for https://github.com/xd009642/tarpaulin/issues/1499
RUSTFLAGS: -C strip=none

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
ignore:
- "hwlocality-sys/build.rs"

codecov:
notify:
after_n_builds: 2

coverage:
status:
project:
default:
threshold: 0.2

0 comments on commit f75102d

Please sign in to comment.