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.
2 parents 5ad78b3 + 5c990d0 commit ec3fa8bCopy full SHA for ec3fa8b
.travis.yml
@@ -43,7 +43,7 @@ script: npm run travis:$JOB_PART
43
44
after_success:
45
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
46
- - bash <(curl -s https://codecov.io/bash) -F $JOB_PART
+ - bash <(curl -s https://codecov.io/bash) -F $JOB_PART --disable=gcov
47
- rm -rf ./coverage
48
49
notifications:
appveyor.yml
@@ -39,4 +39,4 @@ test_script:
39
- yarn --version
40
- cmd: set JEST=%jest%
41
- cmd: npm run appveyor:%job_part%
42
- - cmd: npm install -g codecov && codecov -F %job_part%
+ - cmd: npm install -g codecov && codecov -F %job_part% --disable=gcov
0 commit comments