Skip to content

Commit 908e149

Browse files
committed
Update codecov uploader
1 parent a2bec1d commit 908e149

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ cache:
88
directories:
99
- node_modules
1010
before_install:
11-
- pip install --user codecov
11+
- curl -Os https://uploader.codecov.io/latest/linux/codecov
12+
- chmod +x codecov
1213
before_script:
1314
- npm run lint
1415
script:
1516
- npm test
1617
after_success:
17-
- codecov --file coverage/lcov.info --disable search
18+
- codecov -t ${CODECOV_TOKEN} -f coverage/lcov.info

0 commit comments

Comments
 (0)