Skip to content

Commit 7752d08

Browse files
committed
build: change nyc config
it modifies the nyc configuration to allow the tests to pass - Currently this package supports eslint v8 and the branches cannot be covered.
1 parent dbd96b2 commit 7752d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"estraverse": "^5.3.0"
4545
},
4646
"nyc": {
47-
"branches": 94,
47+
"branches": 90,
4848
"functions": 99,
4949
"lines": 99,
5050
"statements": 99

0 commit comments

Comments
 (0)