Skip to content

Commit

Permalink
chore: nyc ignore build/test by default (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 5, 2018
1 parent bba9640 commit e731cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .nycrc
Expand Up @@ -3,7 +3,8 @@
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
"test/**/*.js"
"test/**/*.js",
"build/test"
],
"watermarks": {
"branches": [
Expand Down
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -85,10 +85,5 @@
"proxyquire": "^2.0.1",
"sinon": "^7.0.0",
"typescript": "~3.2.0"
},
"nyc": {
"exclude": [
"build/test"
]
}
}

0 comments on commit e731cd2

Please sign in to comment.