Adding Coverage % to MRs

This commit is contained in:
Ariel Rin 2022-10-25 10:10:33 +00:00
parent f6c26cf2ec
commit 017424b9d4

View File

@ -146,6 +146,7 @@ test-3.11-all:
coverage_report: coverage_report:
coverage_format: cobertura coverage_format: cobertura
path: coverage.xml path: coverage.xml
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
build-test: build-test:
stage: test stage: test