Skip to content

Commit

Permalink
fix npm run report - it was using the old coverage folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Dec 12, 2015
1 parent d4cd456 commit c355787
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 @@ -10,7 +10,7 @@
"build": "node ./build-tests",
"instrument": "node ./build-self-coverage.js",
"run-tests": "tap -b ./test/built-*.js ./test/source-map-cache.js",
"report": "istanbul report --include=self_coverage/*.json lcov text",
"report": "istanbul report --include=./.self_coverage/*.json lcov text",
"cover": "npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report",
"dev": "npm run clean && npm run build && npm run run-tests"
},
Expand Down

0 comments on commit c355787

Please sign in to comment.