Skip to content

Commit

Permalink
Try to Fix CI's Missing Coverage Files
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowrowe committed Apr 1, 2016
1 parent 17ef316 commit 1b42880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "xo",
"test:only": "ava test/**/*.spec.js",
"test:easy": "npm run lint && npm run test:only",
"test": "nyc -r lcov -r text npm run test:easy && npm run cover",
"test": "nyc -r lcov -r text node $(which npm) run test:easy && npm run cover",
"test:report": "nyc -r lcov npm run test:only && google-chrome coverage/lcov-report/index.html",
"cover": "nyc check-coverage --statements 100 --lines 100 --functions 100 --branches 100"
},
Expand Down

0 comments on commit 1b42880

Please sign in to comment.