mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix codecov reporting, and include all packages (no-changelog) (#8276)
This commit is contained in:
committed by
GitHub
parent
5032bf0e34
commit
d1ca368c7d
@@ -15,7 +15,7 @@ export const vitestConfig = defineVitestConfig({
|
||||
coverage: {
|
||||
enabled: true,
|
||||
provider: 'v8',
|
||||
reporter: process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary',
|
||||
reporter: process.env.CI === 'true' ? 'cobertura' : 'text-summary',
|
||||
all: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user