Remove unneeded codecov options (implied with "-f")

This commit is contained in:
Daniel Hahler 2019-09-23 02:26:53 +02:00
parent de8fdab7a9
commit ea0c7e43b6
1 changed files with 1 additions and 1 deletions

View File

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