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:
parent
690b8806dd
commit
11ae4c2084
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user