Skip to content

Commit

Permalink
build: use c8 for coverage (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 24, 2019
1 parent 6dd6861 commit 2ea38b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"scripts": {
"docs": "jsdoc -c .jsdoc.js",
"lint": "gts check && eslint '**/*.js'",
"test": "nyc mocha build/test",
"test": "c8 mocha build/test",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
Expand Down Expand Up @@ -70,7 +70,7 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nyc": "^14.0.0",
"c8": "^7.0.0",
"power-assert": "^1.5.0",
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
Expand Down

0 comments on commit 2ea38b0

Please sign in to comment.