Skip to content

Commit

Permalink
Revert "chore(deps): bump codecov/codecov-action from 4 to 5 (cdklabs…
Browse files Browse the repository at this point in the history
…#747)"

This reverts commit 6c47b8b.
  • Loading branch information
iph committed Nov 26, 2024
1 parent d37a6c9 commit 2047fb5
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
with:
use_oidc: true
fail_ci_if_error: true
Expand Down

0 comments on commit 2047fb5

Please sign in to comment.