Skip to content

Commit

Permalink
build: use c8 for coverage (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Dec 27, 2019
1 parent 1320167 commit 19e305c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@
"Google Cloud Video Intelligence 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 @@ -56,7 +54,7 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"c8": "^7.0.0",
"power-assert": "^1.6.1",
"prettier": "^1.17.1"
}
Expand Down

0 comments on commit 19e305c

Please sign in to comment.