Skip to content

Commit

Permalink
add flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Puszkiewicz committed Mar 21, 2018
1 parent 9b2a198 commit 84a90a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"cov:merge": "cd ./out && istanbul-combine -d ../coverage/integration -r lcovonly ../.nyc_output/integration/*.json && cd ..",
"cov:merge-html": "istanbul-combine -d ./coverage -r html ./.nyc_output/integration/*.json",
"cov:report": "npm-run-all cov:report:integration cov:report:unit",
"cov:report:unit": "codecov --file ./coverage/unit/lcov.info",
"cov:report:integration": "npm run cov:merge && codecov"
"cov:report:unit": "codecov -f \"coverage/unit/lcov.info\" -F unit",
"cov:report:integration": "npm run cov:merge && codecov -f \"coverage/integration/lcov.info\" -F integration"
},
"nyc": {
"include": [
Expand Down

0 comments on commit 84a90a4

Please sign in to comment.