Skip to content

Commit 5c0d24d

Browse files
committed
add codecov to travis
1 parent 3808199 commit 5c0d24d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
language: node_js
2+
before_install:
3+
- pip install --user codecov
4+
after_success:
5+
- codecov --file coverage/lcov.info --disable search

0 commit comments

Comments
 (0)