Skip to content

Commit ea0c7e4

Browse files
committed
Remove unneeded codecov options (implied with "-f")
1 parent de8fdab commit ea0c7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/report-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ python -m coverage combine
1414
python -m coverage xml
1515
python -m coverage report -m
1616
curl -S -L --retry 3 -s https://codecov.io/bash -o codecov-upload.sh
17-
bash codecov-upload.sh -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml
17+
bash codecov-upload.sh -Z -X fix -f coverage.xml

0 commit comments

Comments
 (0)