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 3808199 commit 5c0d24dCopy full SHA for 5c0d24d
.travis.yml
@@ -1 +1,5 @@
1
language: node_js
2
+before_install:
3
+ - pip install --user codecov
4
+after_success:
5
+ - codecov --file coverage/lcov.info --disable search
0 commit comments