From 2c7c46e1531b32a18289683d62cc546073259b41 Mon Sep 17 00:00:00 2001 From: Vivia Nikolaidou Date: Wed, 30 Mar 2022 16:19:58 +0300 Subject: [PATCH] .gitlab-ci.yml: Fix deprecated -Zinstrument-coverage switch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba1532816..23efb846c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -444,7 +444,7 @@ coverage: stage: 'extras' variables: ALL_FEATURES: 'yes' - RUSTFLAGS: "-Zinstrument-coverage" + RUSTFLAGS: "-Cinstrument-coverage" LLVM_PROFILE_FILE: "gstreamer-rs-%p-%m.profraw" script: - *cargo_test