Skip to content

Commit

Permalink
ci: Conditionally re-enable coverage for frontend packages (no-change…
Browse files Browse the repository at this point in the history
…log) (#7641)

Disabled coverage in #7637, but forgot
to conditionally re-enable them for builds on `master`
  • Loading branch information
netroy authored Nov 7, 2023
1 parent f0fc5b1 commit a3a2610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-system/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a3a2610

Please sign in to comment.