Skip to content

Commit 9c723f0

Browse files
authored
Update grcov flags (#197)
1 parent 1e1b25f commit 9c723f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.taskcluster.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ tasks:
6767
env:
6868
CODECOV_TOKEN: 4df01912-087e-489a-be28-25aa911cb9d2
6969
CARGO_INCREMENTAL: 0
70-
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests
70+
RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort
71+
RUSTDOCFLAGS: -Cpanic=abort
7172
command:
7273
- "/bin/bash"
7374
- "-cx"

0 commit comments

Comments
 (0)