Skip to content

Commit ec3fa8b

Browse files
authored
Merge pull request webpack#7163 from webpack/ci/gcov
disable gcov generation as it loops in the symlinks
2 parents 5ad78b3 + 5c990d0 commit ec3fa8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ script: npm run travis:$JOB_PART
4343

4444
after_success:
4545
- cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose
46-
- bash <(curl -s https://codecov.io/bash) -F $JOB_PART
46+
- bash <(curl -s https://codecov.io/bash) -F $JOB_PART --disable=gcov
4747
- rm -rf ./coverage
4848

4949
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ test_script:
3939
- yarn --version
4040
- cmd: set JEST=%jest%
4141
- cmd: npm run appveyor:%job_part%
42-
- cmd: npm install -g codecov && codecov -F %job_part%
42+
- cmd: npm install -g codecov && codecov -F %job_part% --disable=gcov

0 commit comments

Comments
 (0)