File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 38
38
args : --locked --all-features --no-fail-fast
39
39
env :
40
40
CARGO_INCREMENTAL : ' 0'
41
- RUSTFLAGS : ' -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
42
- RUSTDOCFLAGS : ' -Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
41
+ RUSTFLAGS : ' -Cinstrument-coverage'
42
+ RUSTDOCFLAGS : ' -Cinstrument-coverage'
43
+ LLVM_PROFILE_FILE : ' nicator-%p-%m.profraw'
44
+ - run : cargo install grcov
43
45
-
uses :
actions-rs/[email protected]
44
46
id : grcov
45
47
with :
Original file line number Diff line number Diff line change 1
1
branch : true
2
2
llvm : true
3
3
ignore-not-existing : true
4
+ binary-path : " ./target/debug/"
5
+ source-dir : " ."
4
6
ignore :
5
7
- " /usr/*"
6
8
- " /home/runner/.cargo/*"
You can’t perform that action at this time.
0 commit comments