Skip to content

Commit

Permalink
build: use c8 for coverage (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 26, 2019
1 parent 03aaa5c commit f5edce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lint": "gts check && eslint '**/*.js'",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha build/system-test --timeout 600000",
"test": "nyc mocha build/test",
"test": "c8 mocha build/test",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "eslint '**/*.js' --fix && gts fix",
Expand Down Expand Up @@ -63,7 +63,7 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.0.0",
"nyc": "^15.0.0",
"c8": "^7.0.0",
"power-assert": "^1.4.4",
"prettier": "^1.7.4",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit f5edce1

Please sign in to comment.