File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ script: npm run travis:$JOB_PART
4343
4444after_success :
4545 - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
46- - bash <(curl -s https://codecov.io/bash) -F $JOB_PART --disable= gcov
46+ - bash <(curl -s https://codecov.io/bash) -F $JOB_PART -X gcov
4747 - rm -rf ./coverage
4848
4949notifications :
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ matrix:
3535
3636test_script :
3737 - node --version
38- - npm --version
3938 - yarn --version
4039 - cmd : set JEST=%jest%
41- - cmd : npm run appveyor:%job_part%
42- - cmd : npm install -g codecov && codecov -F %job_part% --disable=gcov
40+ - cmd : yarn appveyor:%job_part%
41+ - cmd : yarn unlink webpack
42+ - cmd : yarn global add codecov && codecov -F %job_part% --disable=gcov
You can’t perform that action at this time.
0 commit comments