Skip to content

Commit ba65ec1

Browse files
committed
fix github security warning because of old code coverage package (only in dev)
1 parent e1bd264 commit ba65ec1

File tree

3 files changed

+4
-334
lines changed

3 files changed

+4
-334
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ script:
1414
npm run ci
1515

1616
after_success:
17-
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
17+
- npm i -g codecov
18+
- cat ./coverage/coverage.json | codecov
1819
- rm -rf ./coverage

0 commit comments

Comments
 (0)