Skip to content

Commit

Permalink
fix name to avoid v5 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Nov 18, 2024
1 parent 7403b81 commit b284b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ 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 Coverage to CodeCov
- name: upload-codecov
uses: codecov/codecov-action@v5
with:
use_oidc: true
Expand Down

0 comments on commit b284b3b

Please sign in to comment.