From 3411380a02e155ea7a0a0ea96de68f8eecfd6952 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Thu, 28 May 2020 10:50:10 +0200 Subject: [PATCH] Update grcov flags --- .taskcluster.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index acded6202..85864a9e8 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -67,7 +67,8 @@ tasks: env: CODECOV_TOKEN: 4df01912-087e-489a-be28-25aa911cb9d2 CARGO_INCREMENTAL: 0 - RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests + RUSTFLAGS: -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort + RUSTDOCFLAGS: -Cpanic=abort command: - "/bin/bash" - "-cx"