Skip to content

Commit

Permalink
update to .nycrc with --all enabled (#2924)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and JustinBeckwith committed Apr 29, 2019
1 parent eee3707 commit 482e186
Showing 1 changed file with 17 additions and 23 deletions.
40 changes: 17 additions & 23 deletions .nycrc
@@ -1,28 +1,22 @@
{
"report-dir": "./.coverage",
"reporter": "lcov",
"reporter": ["text", "lcov"],
"exclude": [
"src/*{/*,/**/*}.js",
"src/*/v*/*.js",
"test/**/*.js",
"build/test"
"**/*-test",
"**/.coverage",
"**/apis",
"**/benchmark",
"**/docs",
"**/samples",
"**/scripts",
"**/src/**/v*/**/*.js",
"**/test",
".jsdoc.js",
"**/.jsdoc.js",
"karma.conf.js",
"webpack-tests.config.js",
"webpack.config.js"
],
"watermarks": {
"branches": [
95,
100
],
"functions": [
95,
100
],
"lines": [
95,
100
],
"statements": [
95,
100
]
}
"exclude-after-remap": false,
"all": true
}

0 comments on commit 482e186

Please sign in to comment.