Skip to content

Commit 02287ed

Browse files
author
craig
committed
2.0.1 / 2022-03-11
================== * GitHub workflow - @craigparra
1 parent 773260d commit 02287ed

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.nycrc

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"cache": false,
3+
"check-coverage": true,
4+
"lines": 95,
5+
"statements": 95,
6+
"functions": 90,
7+
"branches": 90,
8+
"reporter": [
9+
"html",
10+
"text",
11+
"text-summary"
12+
],
13+
"all": true,
14+
"instrument": true,
15+
"exclude": [
16+
"dist/**/*.js",
17+
"coverage/**/*"
18+
]
19+
}

0 commit comments

Comments
 (0)