Skip to content

Commit 5c990d0

Browse files
committed
disable gcov generation as it loops in the symlinks
1 parent 7b81a06 commit 5c990d0

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
@@ -40,7 +40,7 @@ script: npm run travis:$JOB_PART
4040

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

4646
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ test_script:
3636
- npm --version
3737
- yarn --version
3838
- cmd: npm run appveyor:%job_part%
39-
- cmd: npm install -g codecov && codecov -F %job_part%
39+
- cmd: npm install -g codecov && codecov -F %job_part% --disable=gcov

0 commit comments

Comments
 (0)