We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce8975 commit ad2c5e1Copy full SHA for ad2c5e1
.travis.yml
@@ -6,3 +6,5 @@ install:
6
- npm run bootstrap
7
script:
8
- npm run test
9
+after_sucess:
10
+ - ./node_modules/.bin/codecov -f coverage/*.json
package.json
@@ -31,6 +31,7 @@
31
"@commitlint/cli": "^7.5.2",
32
"@commitlint/config-conventional": "^7.5.0",
33
"@types/jest": "^24.0.12",
34
+ "codecov": "^3.4.0",
35
"generate-changelog": "^1.7.1",
36
"husky": "^2.1.0",
37
"jest": "^24.7.1",
0 commit comments