Skip to content

Commit

Permalink
chore: report coverage only for src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Dec 4, 2023
1 parent 3042a23 commit f14edc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ export default {
port: 9876,
nodeResolve: true,
coverage: true,
coverageConfig: {
include: ['src/**/*'],
},
files: ['tests/*.js'],
browsers: [
playwrightLauncher({product: 'chromium'}),
Expand Down

0 comments on commit f14edc7

Please sign in to comment.