Skip to content

Commit

Permalink
build: use c8 for coverage (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and sofisl committed Oct 13, 2022
1 parent 16f900f commit cd6588e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-datatransfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"BigQuery Data Transfer API"
],
"scripts": {
"test": "nyc mocha",
"test": "c8 mocha",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"lint": "eslint '**/*.js'",
"docs": "jsdoc -c .jsdoc.js",
Expand All @@ -51,7 +51,7 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"c8": "^7.0.0",
"power-assert": "^1.6.1",
"prettier": "^1.17.1"
}
Expand Down

0 comments on commit cd6588e

Please sign in to comment.