Merge branch 'coverage-link' into 'main'

ci: Add link to Coverage output at end of coverage job

See merge request GNOME/glib!2467
This commit is contained in:
Emmanuele Bassi 2022-02-15 13:17:44 +00:00
commit 3bf76da56e

View File

@ -30,3 +30,6 @@ cat >index.html <<EOL
</body>
</html>
EOL
# Print a handy link to the coverage report
echo "Coverage report at: https://${CI_PROJECT_NAMESPACE}.pages.gitlab.gnome.org/-/${CI_PROJECT_NAME}/-/jobs/${CI_BUILD_ID}/artifacts/_coverage/coverage/index.html"