Skip to content

Commit

Permalink
github: fix grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Aug 12, 2024
1 parent 27f9127 commit b2a2257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/actions-rs/grcov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
output-type: lcov
output-file: ./lcov.info
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
- name: rust-grcov
uses: actions-rs/[email protected]
with:
output-type: lcov
output-file: ./lcov.info
- name: Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit b2a2257

Please sign in to comment.