Skip to content

Commit

Permalink
chore: add support for codecov
Browse files Browse the repository at this point in the history
Refs: #240
  • Loading branch information
trivikr committed May 10, 2019
1 parent 1e156ab commit f7a4120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,3 +6,5 @@ install:
- npm run bootstrap
script:
- npm run test
after_sucess:
- ./node_modules/.bin/codecov -f coverage/*.json
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -28,6 +28,7 @@
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/jest": "^24.0.12",
"codecov": "^3.4.0",
"generate-changelog": "^1.7.1",
"husky": "^2.1.0",
"jest": "^24.7.1",
Expand Down

0 comments on commit f7a4120

Please sign in to comment.