We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1398681 commit 7b00428Copy full SHA for 7b00428
package.json
@@ -67,5 +67,33 @@
67
"nyc": "^15.1.0",
68
"rollup": "^2.26.10",
69
"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
83
84
85
+ "branches": [
86
87
88
89
+ "statements": [
90
91
92
+ ]
93
94
+ "reporter": [
95
+ "lcov",
96
+ "text-summary"
97
98
}
99
0 commit comments