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 908e149 commit 23891a8Copy full SHA for 23891a8
.travis.yml
@@ -15,4 +15,4 @@ before_script:
15
script:
16
- npm test
17
after_success:
18
- - codecov -t ${CODECOV_TOKEN} -f coverage/lcov.info
+ - ./codecov -t ${CODECOV_TOKEN} -f coverage/lcov.info
0 commit comments