[librsvg: 2/6] CI: do not pass --llvm to grcov, since we have a gcc+llvm build
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 2/6] CI: do not pass --llvm to grcov, since we have a gcc+llvm build
- Date: Wed, 15 Jun 2022 02:08:49 +0000 (UTC)
commit d61e196cd1aed037e9c15c2845aa44cf2d3b6a8a
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Jun 14 14:50:20 2022 -0500
CI: do not pass --llvm to grcov, since we have a gcc+llvm build
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/709>
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15caffe99..171d939eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -288,8 +288,8 @@ coverage:
after_script:
- source ./ci/env.sh
- mkdir -p public
- - grcov coverage-profiles --binary-path ./_build/target/debug/ --source-dir . --output-type cobertura
--llvm --branch --ignore-not-existing --ignore "build.rs" --ignore '_build/*' --ignore 'cargo_cache/*' -o
coverage.xml
- - grcov coverage-profiles --binary-path ./_build/target/debug/ --source-dir . --output-type html --llvm
--branch --ignore-not-existing --ignore "build.rs" --ignore '_build/*' --ignore 'cargo_cache/*' --output-path
public/coverage
+ - grcov coverage-profiles --binary-path ./_build/target/debug/ --source-dir . --output-type cobertura
--branch --ignore-not-existing --ignore "build.rs" --ignore '_build/*' --ignore 'cargo_cache/*' -o
coverage.xml
+ - grcov coverage-profiles --binary-path ./_build/target/debug/ --source-dir . --output-type html
--branch --ignore-not-existing --ignore "build.rs" --ignore '_build/*' --ignore 'cargo_cache/*' --output-path
public/coverage
- grep -Eo 'line-rate="[^"]+"' coverage.xml | head -n 1 | grep -Eo '[0-9.]+' | awk '{ print "Coverage:",
$1 * 100 }'
coverage: '/Coverage: \d+\.\d+/'
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]