ci: Switch gcovr theme to 'github.blue'

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4178>
This commit is contained in:
Jonas Ådahl 2024-12-12 11:10:33 +01:00 committed by Marge Bot
parent 3eb1c5af39
commit aad1588ae3

View File

@ -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: