Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #16 from miyajan/istanbul-include-all-sources
Browse files Browse the repository at this point in the history
chore(istanbul): include all sources for coverage by istanbul
  • Loading branch information
miyajan committed Jan 9, 2017
2 parents dc2ba86 + cf14abc commit ca73fff
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 @@ -14,7 +14,7 @@
"ci": "npm run test:unit:cover",
"test": "npm run test:unit",
"test:unit": "./node_modules/.bin/mocha --require intelli-espower-loader test/unit",
"test:unit:cover": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require intelli-espower-loader test/unit",
"test:unit:cover": "./node_modules/.bin/istanbul --include-all-sources cover ./node_modules/.bin/_mocha --report lcovonly -- --require intelli-espower-loader test/unit",
"test:integration": "./node_modules/.bin/mocha --require intelli-espower-loader --timeout 10000 test/integration"
},
"repository": {
Expand Down

0 comments on commit ca73fff

Please sign in to comment.