Skip to content
Snippets Groups Projects
Commit 5d19799a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] ci: `pages` now create a coverage artifact

parent ad35fa4a
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ test:
# Code coverage display in GitLab
- sed -n 23p coverage/index.html | grep -Po "\d+.\d+" | sed -e "s/\(.*\)/<coverage>\1%<\/coverage>/"
coverage: '/<coverage>(\d+.\d+\%)<\/coverage>/'
artifacts:
paths: coverage
expire_in: 4h
.build_releases: &build_releases
stage: package
allow_failure: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment