File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 env :
2727 RUSTC_BOOTSTRAP : ' 1'
2828 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'
3131 - name : Run default tests with code coverage
3232 uses : actions-rs/cargo@v1
3333 with :
3636 env :
3737 RUSTC_BOOTSTRAP : ' 1'
3838 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'
4141 - name : Run grcov
4242 id : coverage
4343 uses : rraval/grcov@master
You can’t perform that action at this time.
0 commit comments