Skip to content

Commit

Permalink
test: match coverage threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed May 2, 2023
1 parent dd3522e commit 621cb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default {
threshold: {
statements: 98.5,
branches: 95.78,
functions: 97.8,
functions: 96.8,
lines: 98.5,
},
},
Expand Down

0 comments on commit 621cb9d

Please sign in to comment.