Skip to content

Commit

Permalink
fixes coverage?
Browse files Browse the repository at this point in the history
  • Loading branch information
huxi committed Dec 30, 2024
1 parent 9d3a330 commit 949c392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
run: cargo test --verbose --no-default-features --features "chrono time rand serde rocket schemars"
env:
CARGO_INCREMENTAL: "0"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests"
RUSTFLAGS: "-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests -Cprofile-generate=target/debug"
RUSTDOCFLAGS: "-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests -Cprofile-generate=target/debug"
- name: rust-grcov
uses: actions-rs/[email protected]
- name: Codecov
Expand Down

0 comments on commit 949c392

Please sign in to comment.