Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit 50255e37 authored by ANDREY Paul's avatar ANDREY Paul
Browse files

Increase CI/CD coverage statistic precision.

parent 571ff500
No related branches found
No related tags found
No related merge requests found
Pipeline #835136 passed
......@@ -119,7 +119,7 @@ run_declearn_tests() {
run_commands "declearn test suite" "${commands[@]}"
status=$?
# Display and export the cumulated coverage.
coverage report
coverage report --precision=2
coverage xml
# Return the success/failure status of tests.
return $status
......
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