Skip to content

Commit

Permalink
Add env var for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed May 17, 2023
1 parent f87a22b commit 217217d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineConfig({
},
env: {
baseUrl,
coverage: false,
coverage: process.env.TEST_COVERAGE === 'true',
codeCoverage: {
exclude: [
'cypress/**/*.*',
Expand Down

0 comments on commit 217217d

Please sign in to comment.