mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
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:
parent
f0fc5b16d3
commit
a3a26109c6
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue