Skip to content

Commit f57969c

Browse files
authored
CI: upload coverage report to Codecov (#39822)
1 parent 6d90b82 commit f57969c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/database.yml

+8
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,11 @@ jobs:
170170

171171
- name: Print skipped tests
172172
run: python ci/print_skipped.py
173+
174+
- name: Upload coverage to Codecov
175+
uses: codecov/codecov-action@v1
176+
with:
177+
files: /tmp/test_coverage.xml
178+
flags: unittests
179+
name: codecov-pandas
180+
fail_ci_if_error: true

0 commit comments

Comments
 (0)