Skip to content

Commit

Permalink
chore: try to fix codecov (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Nov 15, 2018
1 parent fd9eb79 commit 08e23cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"compile": "tsc -v && tsc -p . && copyfiles src/apis/**/README.md src/apis/**/package.json build",
"build-tools": "tsc -p tsconfig.tools.json",
"clean": "gts clean",
"codecov": "nyc --cache mocha build/test -t 10000 -S -R spec && nyc report --reporter=html",
"codecov": "nyc report && codecov -f .coverage/*.json",
"fix": "eslint --fix 'samples/**/*.js' && prettier --write samples/**/*.js && gts fix",
"pregenerate": "npm run build-tools",
"generate": "node build/src/generator/generate.js",
Expand Down

0 comments on commit 08e23cd

Please sign in to comment.