Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 94531e5

Browse files
GuillaumeAmatembiem
authored andcommitted
Replace codecov.io by codecov (#23)
* Replace codecov.io by codecov The first one carries some vulnerabilities and as we can see in the different repos, it is not soon to be fixed... * Remove a quirk
1 parent 256fbdb commit 94531e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ language: node_js
33
node_js:
44
- 8
55
before_install:
6-
- npm install codecov.io coveralls
6+
- npm install codecov coveralls
77
- npm install nwb
88
after_success:
9-
- cat ./coverage/lcov.info | ./node_modules/codecov.io/bin/codecov.io.js
9+
- cat ./coverage/lcov.info | ./node_modules/.bin/codecov --pipe
1010
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1111
branches:
1212
only:

0 commit comments

Comments
 (0)