Skip to content

Commit

Permalink
chore: update coverage benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenbroekema committed Nov 21, 2023
1 parent 03dfe8e commit 1fc1304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export default {
report: true,
reportDir: 'coverage',
threshold: {
statements: 97,
branches: 99,
functions: 95,
lines: 97,
statements: 98.9,
branches: 99.89,
functions: 96.53,
lines: 98.9,
},
},
browsers: [
Expand Down

0 comments on commit 1fc1304

Please sign in to comment.