Skip to content

Commit ad2c5e1

Browse files
authored
chore: add support for codecov (#246)
Refs: #240
1 parent 2ce8975 commit ad2c5e1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ install:
66
- npm run bootstrap
77
script:
88
- npm run test
9+
after_sucess:
10+
- ./node_modules/.bin/codecov -f coverage/*.json

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@commitlint/cli": "^7.5.2",
3232
"@commitlint/config-conventional": "^7.5.0",
3333
"@types/jest": "^24.0.12",
34+
"codecov": "^3.4.0",
3435
"generate-changelog": "^1.7.1",
3536
"husky": "^2.1.0",
3637
"jest": "^24.7.1",

0 commit comments

Comments
 (0)