File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
args : --all --no-fail-fast ${{ matrix.cargo_flags }}
51
51
env :
52
52
CARGO_INCREMENTAL : " 0"
53
- RUSTFLAGS : ' -Zprofile - Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off'
54
- RUSTDOCFLAGS : ' -Zprofile - Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off'
53
+ RUSTFLAGS : ' -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off -Cprofile-generate=target/debug '
54
+ RUSTDOCFLAGS : ' -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort -Cdebug-assertions=off -Cprofile-generate=target/debug '
55
55
56
56
- name : Generate coverage data
57
57
id : grcov
You can’t perform that action at this time.
0 commit comments