Skip to content

Commit 775a19e

Browse files
JustinBeckwithBenjamin E. Coe
authored andcommitted
build: use c8 for coverage (#278)
Co-authored-by: Benjamin E. Coe <[email protected]>
1 parent f790a46 commit 775a19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-dataproc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Google Cloud Dataproc API"
3030
],
3131
"scripts": {
32-
"test": "nyc mocha",
32+
"test": "c8 mocha",
3333
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
3434
"lint": "eslint '**/*.js'",
3535
"docs": "jsdoc -c .jsdoc.js",
@@ -54,7 +54,7 @@
5454
"jsdoc-region-tag": "^1.0.2",
5555
"linkinator": "^1.5.0",
5656
"mocha": "^6.0.0",
57-
"nyc": "^14.0.0",
57+
"c8": "^7.0.0",
5858
"power-assert": "^1.5.0",
5959
"prettier": "^1.13.3"
6060
}

0 commit comments

Comments
 (0)