ci: Conditionally re-enable coverage for frontend packages (no-changelog) (#7641)

Disabled coverage in https://github.com/n8n-io/n8n/pull/7637, but forgot
to conditionally re-enable them for builds on `master`
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-11-07 15:59:25 +01:00 committed by GitHub
parent f0fc5b16d3
commit a3a26109c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ export const vitestConfig = defineVitestConfig({
...(process.env.COVERAGE_ENABLED === 'true'
? {
coverage: {
enabled: true,
provider: 'v8',
reporter: require('../../jest.config.js').coverageReporters,
all: true,