mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 09:12:52 +00:00
ci: add cobertura coverage report
This commit is contained in:
@@ -23,6 +23,12 @@ unit:
|
||||
- build
|
||||
script:
|
||||
- npm run test-unit
|
||||
coverage: '/Statements[^:]*\:[^:]*\s+([\d\.]+)%/'
|
||||
artifacts:
|
||||
reports:
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: coverage/cobertura-coverage.xml
|
||||
|
||||
integration:
|
||||
image: registry.gitlab.com/openstapps/projectmanagement/builder
|
||||
|
||||
@@ -116,6 +116,7 @@
|
||||
],
|
||||
"lines": 95,
|
||||
"reporter": [
|
||||
"cobertura",
|
||||
"html",
|
||||
"text-summary"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user