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

[enh] ci: coverage is directly defined by .gitlab-ci

parent 762075d5
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ test:
- bash .gitlab/test/check_indexes.sh /tmp/duniter_ci_dump/
# 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>/'
.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