Skip to content

Commit

Permalink
build: use c8 for coverage (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Dec 26, 2019
1 parent a4e9252 commit 3cd93c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -28,15 +28,14 @@
"firestore"
],
"scripts": {
"codecov": "nyc report --reporter=json && codecov -f .coverage/*.json",
"predocs": "npm run compile",
"docs": "jsdoc -c .jsdoc.js",
"system-test": "mocha build/system-test --timeout 600000",
"presystem-test": "npm run compile",
"samples-test": "npm link && cd samples/ && npm link ../ && npm test && cd ../",
"conformance": "mocha build/conformance",
"preconformance": "npm run compile",
"test-only": "nyc mocha build/test",
"test-only": "c8 mocha build/test",
"pretest-only": "npm run compile",
"test": "npm run test-only && npm run conformance",
"lint": "gts check",
Expand Down Expand Up @@ -76,7 +75,7 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.8.0",
"mocha": "^6.2.2",
"nyc": "^14.0.0",
"c8": "^7.0.0",
"power-assert": "^1.6.1",
"protobufjs": "^6.8.6",
"proxyquire": "^2.1.3",
Expand Down

0 comments on commit 3cd93c8

Please sign in to comment.