Skip to content

Commit e731cd2

Browse files
chore: nyc ignore build/test by default (#274)
1 parent bba9640 commit e731cd2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.nycrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"exclude": [
44
"src/*{/*,/**/*}.js",
55
"src/*/v*/*.js",
6-
"test/**/*.js"
6+
"test/**/*.js",
7+
"build/test"
78
],
89
"watermarks": {
910
"branches": [

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,5 @@
8585
"proxyquire": "^2.0.1",
8686
"sinon": "^7.0.0",
8787
"typescript": "~3.2.0"
88-
},
89-
"nyc": {
90-
"exclude": [
91-
"build/test"
92-
]
9388
}
9489
}

0 commit comments

Comments
 (0)