Skip to content

Commit 8be5626

Browse files
tinovyatkindead-horse
authored andcommitted
build: enable codecov partial coverage and use bash uploader (#1396)
1 parent ef5c43b commit 8be5626

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
parsers:
3+
javascript:
4+
enable_partials: yes

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ script:
1717
- npm run test-cov
1818
- npm run bench
1919
after_script:
20-
- npm install codecov
21-
- ./node_modules/.bin/codecov
20+
# only upload the coverage.json file
21+
- bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json

0 commit comments

Comments
 (0)