Skip to content

Commit

Permalink
fix(GH_Actions): add explicitly path to save coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DziedzicGrzegorz committed Sep 11, 2024
1 parent e2e6855 commit ab4e236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ 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]
output-type: lcov
output-path: ./lcov.info
- name: Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit ab4e236

Please sign in to comment.