Skip to content

Commit

Permalink
build: use c8 for coverage (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 27, 2019
1 parent 0543397 commit 6c96667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test": "nyc mocha",
"test": "c8 mocha",
"lint": "eslint '**/*.js'",
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/ smoke-test/ --timeout 600000",
Expand All @@ -52,7 +52,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.6.0",
"prettier": "^1.13.7"
}
Expand Down

0 comments on commit 6c96667

Please sign in to comment.