From aad1588ae3bd4e031eb2c7c010ae9cc93884f661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 12 Dec 2024 11:10:33 +0100 Subject: [PATCH] ci: Switch gcovr theme to 'github.blue' Part-of: --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6333420a5..ead25af99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -626,7 +626,10 @@ coverage: - compgen -G "coverage-*.json" > /dev/null || exit 0 - mkdir coveragereport - gcovr --add-tracefile 'coverage-*.json' - --html-details --print-summary --output coveragereport/index.html + --html-details + --html-theme github.blue + --print-summary + --output coveragereport/index.html - gcovr --add-tracefile 'coverage-*.json' --xml --output coveragereport/coverage.xml artifacts: