Skip to content

Commit

Permalink
build: nyc config with --all enabled (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed May 7, 2019
1 parent ec6cc10 commit ae236fc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 28 deletions.
40 changes: 17 additions & 23 deletions packages/google-cloud-recaptchaenterprise/.nycrc
Original file line number Diff line number Diff line change
@@ -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
}
Binary file not shown.
11 changes: 6 additions & 5 deletions packages/google-cloud-recaptchaenterprise/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"updateTime": "2019-04-25T21:40:12.006533Z",
"updateTime": "2019-05-02T11:17:02.972911Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.17.0",
"dockerImage": "googleapis/artman@sha256:c58f4ec3838eb4e0718eb1bccc6512bd6850feaa85a360a9e38f6f848ec73bc2"
"version": "0.17.1",
"dockerImage": "googleapis/artman@sha256:a40ca4dd4ef031c0ded4df4909ffdf7b3f20d29b23e682ef991eb60ba0ca6025"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "9855995ff904c3c83a84415c00b91612ee5da4b2"
"sha": "dd42335a9a8613072bef9cbda2725e84631d7043",
"internalRef": "246232940"
}
},
{
"template": {
"name": "node_library",
"origin": "synthtool.gcp",
"version": "2019.2.26"
"version": "2019.4.10"
}
}
],
Expand Down

0 comments on commit ae236fc

Please sign in to comment.