Skip to content

Commit

Permalink
Made coverage not fail out for branches and funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfMoo committed Dec 4, 2024
1 parent cd94045 commit d8dca4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
],
"check-coverage": true,
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80
"statements": 80
}

0 comments on commit d8dca4f

Please sign in to comment.