From 11ae4c2084efefc2d256a7ab8af17e6889a275b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Mon, 7 Mar 2022 10:16:01 +0100 Subject: [PATCH] ci: Put wild cards in single quotes To not expand coverage-* into actual coverage files, put the argument in quotes, so that all files are added. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0231c2dc..113e9c3d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -337,7 +337,7 @@ coverage: stage: analyze script: - mkdir coveragereport - - gcovr --add-tracefile coverage-*.json + - gcovr --add-tracefile 'coverage-*.json' --html-details --print-summary --output coveragereport/index.html artifacts: paths: