Skip to content

Commit

Permalink
chore: nyc ignore build/test by default (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 5, 2018
1 parent fef1b5d commit a59d949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,5 @@
"sinon": "^7.1.1",
"source-map-support": "^0.5.9",
"typescript": "~3.2.0"
},
"nyc": {
"exclude": [
"build/test"
]
}
}

0 comments on commit a59d949

Please sign in to comment.