Remove codecov CI output (#57278) · pandas-dev/pandas@7fe86b6 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 7fe86b6

Remove codecov CI output (#57278)

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -20,11 +20,6 @@ runs:
20 20 path: test-data.xml
21 21 if: failure()
22 22
23 - - name: Report Coverage
24 -run: coverage report -m
25 -shell: bash -el {0}
26 -if: failure()
27 -
28 23 - name: Upload coverage to Codecov
29 24 uses: codecov/codecov-action@v3
30 25 with: