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