Skip to content

Commit

Permalink
lower thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 15, 2021
1 parent 12911c0 commit 1b6bca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nyc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ module.exports = {
checkCoverage: true,

statements: 75,
branches: 65,
branches: 60,
functions: 80,
lines: 80,
lines: 75,

watermarks: {
statements: [75, 85],
Expand Down

0 comments on commit 1b6bca9

Please sign in to comment.