Skip to content

Commit

Permalink
chore: add support for codecov (#246)
Browse files Browse the repository at this point in the history
Refs: #240
  • Loading branch information
trivikr committed May 15, 2019
1 parent 2ce8975 commit ad2c5e1
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 @@ -31,6 +31,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 ad2c5e1

Please sign in to comment.