Skip to content

Commit

Permalink
chore: nyc ignore build/test by default (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 5, 2018
1 parent a0269f8 commit 19153c7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .nycrc
@@ -0,0 +1,27 @@
{
"report-dir": "./.coverage",
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
"test/**/*.js",
"build/test"
],
"watermarks": {
"branches": [
95,
100
],
"functions": [
95,
100
],
"lines": [
95,
100
],
"statements": [
95,
100
]
}
}

0 comments on commit 19153c7

Please sign in to comment.