We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bec1d commit 908e149Copy full SHA for 908e149
.travis.yml
@@ -8,10 +8,11 @@ cache:
8
directories:
9
- node_modules
10
before_install:
11
- - pip install --user codecov
+ - curl -Os https://uploader.codecov.io/latest/linux/codecov
12
+ - chmod +x codecov
13
before_script:
14
- npm run lint
15
script:
16
- npm test
17
after_success:
- - codecov --file coverage/lcov.info --disable search
18
+ - codecov -t ${CODECOV_TOKEN} -f coverage/lcov.info
0 commit comments