Skip to content

Commit

Permalink
chore: added nyc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmarban committed Jan 5, 2024
1 parent 74b36c8 commit 33e9efe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .nycrc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
reporter:
- text
- lcovonly
- html
check-coverage: true
branches: 80.00
lines: 80.00
functions: 80.00
statements: 80.00

0 comments on commit 33e9efe

Please sign in to comment.