We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef5c43b commit 8be5626Copy full SHA for 8be5626
.codecov.yml
@@ -0,0 +1,4 @@
1
+coverage:
2
+ parsers:
3
+ javascript:
4
+ enable_partials: yes
.travis.yml
@@ -17,5 +17,5 @@ script:
17
- npm run test-cov
18
- npm run bench
19
after_script:
20
- - npm install codecov
21
- - ./node_modules/.bin/codecov
+ # only upload the coverage.json file
+ - bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json
0 commit comments