Skip to content

Commit

Permalink
chore: nyc ignore build/test by default (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 5, 2018
1 parent 4afb8cd commit 9c308b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/google-cloud-resourcemanager/.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 packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,5 @@
"source-map-support": "^0.5.6",
"typescript": "~3.2.0",
"uuid": "^3.0.1"
},
"nyc": {
"exclude": [
"build/test"
]
}
}

0 comments on commit 9c308b5

Please sign in to comment.