We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083b0b5 commit e550fedCopy full SHA for e550fed
.travis.yml
@@ -3,6 +3,7 @@ node_js:
3
- "6"
4
install:
5
- npm install --dev
6
- - npm install -g karma webpack cross-env
+ - npm install -g karma webpack cross-env codecov
7
script:
8
- - npm run-script unit
+ - npm run-script unit
9
+ - cat ./test/unit/coverage/Icov.info | codecov
0 commit comments