Skip to content

Commit

Permalink
chore(build): add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 27, 2016
1 parent c982ea4 commit 153a4f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,7 @@ before_install:
before_script:
- npm prune
- npm run lint
- npm run coverage
after_success:
- npm run semantic-release
branches:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,7 @@
"build": "babel src --out-dir .dist",
"test": "ava",
"lint": "standard --verbose | snazzy",
"coverage": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"engines": {
Expand All @@ -41,10 +42,12 @@
"babel-cli": "^6.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-register": "^6.9.0",
"coveralls": "^2.11.9",
"cz-conventional-changelog": "^1.1.5",
"eslint": "^2.11.1",
"express": "^4.13.1",
"ghooks": "^1.0.3",
"nyc": "^6.6.1",
"semantic-release": "^4.3.5",
"sinon": "^1.17.4",
"snazzy": "^4.0.0",
Expand Down

0 comments on commit 153a4f5

Please sign in to comment.