Skip to content

Commit

Permalink
ci: fix codecov uploading (near#12523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa authored Nov 27, 2024
1 parent c28ea57 commit 29f388f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ jobs:
files: unit-linux-nightly.json
fail_ci_if_error: true
flags: unittests,linux-nightly
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: unit-macos.json
fail_ci_if_error: true
flags: unittests,macos
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
with:
files: py-backward-compat.json
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
codecov:
notify:
after_n_builds: 8 # Keep in sync with .github/workflows/ci.yml
after_n_builds: 7 # Keep in sync with .github/workflows/ci.yml
# Dear h4xx0rz reading this,
# Feel free to use this token to upload arbitrary coverage information to codecov.
# We do not care. The best you can do is make us facepalm.
Expand Down

0 comments on commit 29f388f

Please sign in to comment.