Skip to content

Commit 96f1605

Browse files
bcoeJustinBeckwith
authored andcommitted
update to .nycrc with --all enabled (#229)
1 parent c440f67 commit 96f1605

File tree

1 file changed

+17
-23
lines changed
  • packages/google-cloud-language

1 file changed

+17
-23
lines changed

packages/google-cloud-language/.nycrc

+17-23
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
{
22
"report-dir": "./.coverage",
3-
"reporter": "lcov",
3+
"reporter": ["text", "lcov"],
44
"exclude": [
5-
"src/*{/*,/**/*}.js",
6-
"src/*/v*/*.js",
7-
"test/**/*.js",
8-
"build/test"
5+
"**/*-test",
6+
"**/.coverage",
7+
"**/apis",
8+
"**/benchmark",
9+
"**/docs",
10+
"**/samples",
11+
"**/scripts",
12+
"**/src/**/v*/**/*.js",
13+
"**/test",
14+
".jsdoc.js",
15+
"**/.jsdoc.js",
16+
"karma.conf.js",
17+
"webpack-tests.config.js",
18+
"webpack.config.js"
919
],
10-
"watermarks": {
11-
"branches": [
12-
95,
13-
100
14-
],
15-
"functions": [
16-
95,
17-
100
18-
],
19-
"lines": [
20-
95,
21-
100
22-
],
23-
"statements": [
24-
95,
25-
100
26-
]
27-
}
20+
"exclude-after-remap": false,
21+
"all": true
2822
}

0 commit comments

Comments
 (0)