Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Add coveralls reporter to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Pluckthun committed Dec 17, 2016
1 parent d0940df commit 541878c
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ install:
script:
- yarn run build
- yarn run lint
- yarn run test
- yarn run test:cov
after_success:
- npm run test:cov
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
cache:
directories:
- $HOME/.yarn-cache
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"devDependencies": {
"@types/jest": "^16.0.0",
"coveralls": "^2.11.15",
"jest": "^17.0.0",
"tslint": "^3.15.1",
"tslint-config-standard": "^1.5.0",
Expand Down
Loading

0 comments on commit 541878c

Please sign in to comment.