Skip to content

Commit

Permalink
ci: fix test coverage
Browse files Browse the repository at this point in the history
CARGO_INCREMENTAL=0 was producing incorrect test coverage
for setup.rs in #58
  • Loading branch information
Mubashwer committed Apr 7, 2024
1 parent aa903cc commit 3170737
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
- name: Run cargo test
run: cargo test --locked
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Cinstrument-coverage"
LLVM_PROFILE_FILE: "git_mob_tool-%p-%m.profraw"

Expand Down

0 comments on commit 3170737

Please sign in to comment.