Skip to content

Commit 6a85d85

Browse files
build: use c8 for coverage (#381)
1 parent 235d334 commit 6a85d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-compute/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint": "eslint '**/*.js'",
3030
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
3131
"system-test": "mocha system-test/*.js --timeout 1200000",
32-
"test": "nyc mocha",
32+
"test": "c8 mocha",
3333
"fix": "eslint --fix '**/*.js'",
3434
"docs-test": "linkinator docs",
3535
"predocs-test": "npm run docs"
@@ -59,7 +59,7 @@
5959
"jsdoc-region-tag": "^1.0.2",
6060
"linkinator": "^1.5.0",
6161
"mocha": "^6.0.0",
62-
"nyc": "^14.0.0",
62+
"c8": "^7.0.0",
6363
"power-assert": "^1.5.0",
6464
"prettier": "^1.13.5",
6565
"proxyquire": "^2.0.1",

0 commit comments

Comments
 (0)