ci: Adjust coverage regex to also match int

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2757>
This commit is contained in:
Kasper Seweryn 2024-02-21 10:13:32 +00:00 committed by Georg Krause
parent b1eba58dcc
commit de232cb749
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ test_front:
coverage_report:
coverage_format: cobertura
path: front/coverage/cobertura-coverage.xml
coverage: '/All files\s+\|\s+\d+\.\d+\s+\|\s+\d+\.\d+\s+\|\s+\d+\.\d+\s+\|\s+(\d+\.\d+)\s+.*/'
coverage: '/All files\s+(?:\|\s+((?:\d+\.)?\d+)\s+){4}.*/'
build_metadata:
stage: build