Change report-coverage.sh in attempt to fix Azure (#5869)

Change report-coverage.sh in attempt to fix Azure
This commit is contained in:
Bruno Oliveira 2019-09-23 12:01:19 -03:00 committed by GitHub
commit 018edf2a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,4 +13,5 @@ fi
python -m coverage combine
python -m coverage xml
python -m coverage report -m
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
bash codecov-upload.sh -Z -X fix -f coverage.xml