Skip to content

Commit e550fed

Browse files
committed
coverage
1 parent 083b0b5 commit e550fed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- "6"
44
install:
55
- npm install --dev
6-
- npm install -g karma webpack cross-env
6+
- npm install -g karma webpack cross-env codecov
77
script:
8-
- npm run-script unit
8+
- npm run-script unit
9+
- cat ./test/unit/coverage/Icov.info | codecov

0 commit comments

Comments
 (0)