Skip to content

Commit

Permalink
build: use c8 for coverage (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 26, 2019
1 parent acace14 commit 3a07c12
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/google-cloud-oslogin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@
"Google Cloud OS Login API"
],
"scripts": {
"test": "npm run cover",
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
"test": "c8 mocha",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test-no-cover": "mocha test/*.js",
"lint": "eslint '**/*.js'",
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha system-test/*.js smoke-test/*.js --timeout 600000",
Expand All @@ -55,7 +53,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.4.4",
"prettier": "^1.9.2"
}
Expand Down

0 comments on commit 3a07c12

Please sign in to comment.