Skip to content

Commit

Permalink
chore: fix codecov upload failing from forks (#752)
Browse files Browse the repository at this point in the history
* Revert "chore(deps): bump codecov/codecov-action from 4 to 5 (#747)"

This reverts commit 6c47b8b.

* use 4.5.0

See: codecov/codecov-action#1594 (comment)

---------

Co-authored-by: Momo Kornher <[email protected]>
  • Loading branch information
iph and mrgrain authored Nov 27, 2024
1 parent d37a6c9 commit 40d084a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --codecov --output-path target/codecov.json
cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$' --html --output-dir target/coverage
cargo llvm-cov report --hide-instantiations --ignore-filename-regex '^(tests/.*\.rs|.*/tests\.rs)$'
- name: upload-codecov
uses: codecov/codecov-action@v5
- name: Upload Coverage to CodeCov
uses: codecov/codecov-action@v4.5.0
with:
use_oidc: true
fail_ci_if_error: true
Expand Down

0 comments on commit 40d084a

Please sign in to comment.