Skip to content

Commit 4462e6a

Browse files
committed
chore: Extract istanbul config
1 parent 234364b commit 4462e6a

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.nycrc

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"reporter": [
3+
"lcov",
4+
"text"
5+
],
6+
"all": true,
7+
"exclude": [
8+
"test/",
9+
"coverage/"
10+
],
11+
"check-coverage": false,
12+
"lines": 100,
13+
"functions": 100,
14+
"branches": 100,
15+
"statements": 100
16+
}

package.json

-16
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,6 @@
3030
"travis": "npm run -s build",
3131
"watch": "watch 'npm run -s build' src/ test/"
3232
},
33-
"nyc": {
34-
"reporter": [
35-
"lcov",
36-
"text"
37-
],
38-
"all": true,
39-
"exclude": [
40-
"test/",
41-
"coverage/"
42-
],
43-
"check-coverage": false,
44-
"lines": 100,
45-
"functions": 100,
46-
"branches": 100,
47-
"statements": 100
48-
},
4933
"dependencies": {
5034
"camelize": "^1.0.0",
5135
"except": "^0.1.3",

0 commit comments

Comments
 (0)