File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
env :
27
27
RUSTC_BOOTSTRAP : ' 1'
28
28
CARGO_INCREMENTAL : ' 0'
29
- RUSTFLAGS : ' -Zprofile - Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
30
- RUSTDOCFLAGS : ' -Zprofile - Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
29
+ RUSTFLAGS : ' -Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
30
+ RUSTDOCFLAGS : ' -Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
31
31
- name : Run default tests with code coverage
32
32
uses : actions-rs/cargo@v1
33
33
with :
36
36
env :
37
37
RUSTC_BOOTSTRAP : ' 1'
38
38
CARGO_INCREMENTAL : ' 0'
39
- RUSTFLAGS : ' -Zprofile - Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
40
- RUSTDOCFLAGS : ' -Zprofile - Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
39
+ RUSTFLAGS : ' -Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
40
+ RUSTDOCFLAGS : ' -Cinstrument-coverage -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
41
41
- name : Run grcov
42
42
id : coverage
43
43
uses : rraval/grcov@master
You can’t perform that action at this time.
0 commit comments