Skip to content

Commit 7b00428

Browse files
added nyc config;
1 parent 1398681 commit 7b00428

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

package.json

+28
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,33 @@
6767
"nyc": "^15.1.0",
6868
"rollup": "^2.26.10",
6969
"rollup-plugin-terser": "^7.0.2"
70+
},
71+
"nyc": {
72+
"lines": 60,
73+
"functions": 60,
74+
"branches": 60,
75+
"statements": 60,
76+
"watermarks": {
77+
"lines": [
78+
80,
79+
95
80+
],
81+
"functions": [
82+
80,
83+
95
84+
],
85+
"branches": [
86+
80,
87+
95
88+
],
89+
"statements": [
90+
80,
91+
95
92+
]
93+
},
94+
"reporter": [
95+
"lcov",
96+
"text-summary"
97+
]
7098
}
7199
}

0 commit comments

Comments
 (0)