Merge branch 'coverage' into 'develop'

Remove artifacts

See merge request soapbox-pub/soapbox-fe!1459
This commit is contained in:
Justin 2022-05-27 14:31:28 +00:00
commit 8dfb8c4bb2
2 changed files with 1 additions and 6 deletions

View File

@ -57,11 +57,6 @@ jest:
- "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

View File

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