Skip to content

Commit

Permalink
ci(package): coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 14, 2018
1 parent a7cdc71 commit f12cda7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -196,11 +196,11 @@
"tap": "^12.0.0"
},
"scripts": {
"unit": "tap --harmony ./tests/test_*.js",
"unit": "tap --coverage ./tests/test_*.js",
"pretest": "npm run -s lint",
"test": "npm run -s unit",
"coverage": "nyc tap --harmony ./tests/test_*.js",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html",
"coverage:upload": "tap --coverage-report=text-lcov | coveralls",
"lint": "eslint \"**/*.js\"",
"toc": "markdown-toc -i README.md && markdown-toc -i CONTRIBUTING.md ",
"semantic-release": "semantic-release"
Expand Down

0 comments on commit f12cda7

Please sign in to comment.