Skip to content

Commit

Permalink
build: enable codecov partial coverage and use bash uploader (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinovyatkin authored and dead-horse committed Oct 14, 2019
1 parent ef5c43b commit 8be5626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codecov.yml
@@ -0,0 +1,4 @@
coverage:
parsers:
javascript:
enable_partials: yes
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,5 +17,5 @@ script:
- npm run test-cov
- npm run bench
after_script:
- npm install codecov
- ./node_modules/.bin/codecov
# only upload the coverage.json file
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json

0 comments on commit 8be5626

Please sign in to comment.