1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2324>
This commit is contained in:
Jonas Ådahl 2022-03-07 10:16:01 +01:00 committed by Marge Bot
parent 690b8806dd
commit 11ae4c2084

View file

@ -337,7 +337,7 @@ coverage:
stage: analyze stage: analyze
script: script:
- mkdir coveragereport - mkdir coveragereport
- gcovr --add-tracefile coverage-*.json - gcovr --add-tracefile 'coverage-*.json'
--html-details --print-summary --output coveragereport/index.html --html-details --print-summary --output coveragereport/index.html
artifacts: artifacts:
paths: paths: