Skip to content

Commit

Permalink
github: add options to grcov
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Aug 12, 2024
1 parent 189edc7 commit 27f9127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ 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 27f9127

Please sign in to comment.