Skip to content

Commit

Permalink
build: use c8 for coverage (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Dec 31, 2019
1 parent f16baa9 commit b324c66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/google-cloud-securitycenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
"Security Command Center API"
],
"scripts": {
"cover": "nyc --reporter=lcov mocha test/*.js && nyc report",
"docs": "jsdoc -c .jsdoc.js",
"lint": "eslint '**/*.js'",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"system-test": "mocha system-test/*.js --timeout 600000",
"test-no-cover": "mocha test/*.js",
"test": "npm run cover",
"test": "c8 mocha",
"fix": "eslint --fix '**/*.js'",
"docs-test": "linkinator docs",
"predocs-test": "npm run docs"
Expand All @@ -54,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.4.4",
"prettier": "^1.7.4"
}
Expand Down

0 comments on commit b324c66

Please sign in to comment.