Remove unneeded codecov options (implied with "-f")
This commit is contained in:
parent
de8fdab7a9
commit
ea0c7e43b6
|
@ -14,4 +14,4 @@ python -m coverage combine
|
||||||
python -m coverage xml
|
python -m coverage xml
|
||||||
python -m coverage report -m
|
python -m coverage report -m
|
||||||
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
|
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
|
||||||
|
|
Loading…
Reference in New Issue