Add covertura report location
This commit is contained in:
parent
9007e237a0
commit
05bb3fe7a0
2 changed files with 6 additions and 1 deletions
|
@ -46,7 +46,6 @@ lint-sass:
|
|||
jest:
|
||||
stage: test
|
||||
script: yarn test:coverage
|
||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||
only:
|
||||
changes:
|
||||
- "**/*.js"
|
||||
|
@ -57,6 +56,12 @@ jest:
|
|||
- "jest.config.js"
|
||||
- "package.json"
|
||||
- "yarn.lock"
|
||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||
artifacts:
|
||||
reports:
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: .coverage/cobertura-coverage.xml
|
||||
|
||||
nginx-test:
|
||||
stage: test
|
||||
|
|
BIN
jest.config.js
BIN
jest.config.js
Binary file not shown.
Loading…
Reference in a new issue