Skip to content

Commit 880135c

Browse files
authored
Merge pull request webpack#7166 from webpack/ci/gcov-coverage
CI fixes
2 parents d5eeda7 + 5fe7fc7 commit 880135c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 --disable=gcov
46+
- bash <(curl -s https://codecov.io/bash) -F $JOB_PART -X gcov
4747
- rm -rf ./coverage
4848

4949
notifications:

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ matrix:
3535

3636
test_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

0 commit comments

Comments
 (0)