Skip to content

Commit

Permalink
Merge branch 'ci-coverage' into 'main'
Browse files Browse the repository at this point in the history
Fix CI coverage regex

See merge request Wacton/Unicolour!74
  • Loading branch information
waacton committed Jan 5, 2025
2 parents be09b5e + 7a3d14b commit ed31194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test:
- 'dotnet tool install -g dotnet-reportgenerator-globaltool'
- 'reportgenerator "-reports:./**/coverage.cobertura.xml" "-targetdir:./artifacts/report" "-reporttypes:Html;TextSummary"'
- 'cat ./artifacts/report/Summary.txt'
coverage: '/Line coverage: \d+\.\d+%/'
coverage: '/Line coverage: \d+(?:\.\d+)?%/'

artifacts:
when: always
Expand Down

0 comments on commit ed31194

Please sign in to comment.