Skip to content

Commit

Permalink
chore(nyc): Update the nyc config
Browse files Browse the repository at this point in the history
* Updated the 'reporter' to use both 'lcov' and 'text' as reporter
* Disabled the 'check-coverage' until we improve the tests coverage and reach the minimum thresholds (or maybe better)
  • Loading branch information
mitsuki31 committed Aug 23, 2024
1 parent 2e13779 commit 96d8ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"all": false,
"check-coverage": true,
"reporter": "text",
"check-coverage": false,
"reporter": ["lcov", "text"],
"report-dir": "./coverage",
"branches": 50,
"functions": 65,
Expand Down

0 comments on commit 96d8ab8

Please sign in to comment.