Skip to content

Commit

Permalink
(improvement) cat coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Stremedlovskyi authored and Roman Stremedlovskyi committed Aug 31, 2016
1 parent d81999d commit e74cea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ script:
- npm run build
after_success:
- npm run test:coverage
- npm run test:report
- npm run coverage
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pretest": "rimraf coverage",
"test": "mocha --require test/setup.js --compilers js:babel-register --recursive",
"check:src": "npm run lint && npm run test",
"coverage": "npm run test:report | coveralls",
"coverage": "cat ./coverage/lcov.info | coveralls",
"prepublish": "npm run clean && npm run check:src && npm run build"
},
"repository": {
Expand Down

0 comments on commit e74cea4

Please sign in to comment.