mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
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:
commit
3bf76da56e
@ -30,3 +30,6 @@ cat >index.html <<EOL
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
EOL
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user