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

[enh] ci: better show the coverage

parent b2dabe07
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ test:
- mkdir -p /tmp/duniter_ci_dump/
- bash .gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/
# Code coverage display in GitLab
- sed -n 23p coverage/index.html
- sed -n 23p coverage/index.html | grep -Po "\d+.\d+" | sed -e "s/\(.*\)/<coverage>\1%<\/coverage>/"
.build_releases: &build_releases
stage: package
......
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