Add covertura report location

environments/review-coverage-y655tx/deployments/92
Justin 2 years ago
parent 9007e237a0
commit 05bb3fe7a0

@ -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

@ -27,7 +27,7 @@ module.exports = {
'!app/soapbox/jest/test-helpers.ts',
],
'coverageDirectory': '<rootDir>/.coverage/',
'coverageReporters': ['html', 'text', 'text-summary', 'cobertura'],
'coverageReporters': ['cobertura'],
'moduleDirectories': [
'<rootDir>/node_modules',
'<rootDir>/app',

Loading…
Cancel
Save