Skip to content

Commit

Permalink
build(coveralls): Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Jan 26, 2017
1 parent 1adfcbc commit 801f73e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ before_script:
script:
- npm run test:prod && npm run build
after_success:
- npm run report-coverage
- npm run semantic-release
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "shortcutjs",
"version": "0.0.0-development",
"description": "Keyboard manager for javascript, made for humans",
"keywords": ["shortcut", "keyboard", "keymanager", "key events", "shortcutjs", "typescript"],
"keywords": [
"shortcut",
"keyboard",
"keymanager",
"key events",
"shortcutjs",
"typescript"
],
"main": "dist/shortcut.js",
"repository": "https://github.com/coosto/ShortcutJS",
"author": "Alex Jover Morales <alexjovermorales@gmail.com>",
Expand All @@ -15,6 +22,7 @@
"commit": "git-cz",
"test": "jest",
"test:prod": "npm run lint && npm run test -- --coverage --no-cache",
"report-coverage" : "npm run test -- --coverage --no-cache && cat ./coverage/lcov.info | coveralls",
"prebuild": "rimraf dist",
"build": "webpack",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down

0 comments on commit 801f73e

Please sign in to comment.