We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c440f67 commit 96f1605Copy full SHA for 96f1605
packages/google-cloud-language/.nycrc
@@ -1,28 +1,22 @@
1
{
2
"report-dir": "./.coverage",
3
- "reporter": "lcov",
+ "reporter": ["text", "lcov"],
4
"exclude": [
5
- "src/*{/*,/**/*}.js",
6
- "src/*/v*/*.js",
7
- "test/**/*.js",
8
- "build/test"
+ "**/*-test",
+ "**/.coverage",
+ "**/apis",
+ "**/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"
19
],
- "watermarks": {
- "branches": [
- 95,
- 100
- ],
- "functions": [
- "lines": [
20
21
22
23
- "statements": [
24
25
26
- ]
27
- }
+ "exclude-after-remap": false,
+ "all": true
28
}
0 commit comments