Skip to content

Commit

Permalink
fix grcov 9
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Nov 11, 2024
1 parent 63bfb2e commit 6eda8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
env:
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cprofile-generate=target/debug"
RUSTDOCFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cprofile-generate=target/debug"

- name: Generate coverage data
run: |
Expand Down

0 comments on commit 6eda8be

Please sign in to comment.