Skip to content

Commit

Permalink
Convert coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTanner committed Dec 29, 2020
1 parent 390e1e3 commit 3a7af93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,12 +14,12 @@
"lint": "eslint .",
"test": "nyc ava",
"posttest": "yarn lint",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov > ./.nyc_output/lcov.info"
},
"main": "src/traceResolvers.js",
"types": "src/traceResolvers.d.ts",
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"graphql",
Expand Down

0 comments on commit 3a7af93

Please sign in to comment.