Skip to content

Commit 5cbafe4

Browse files
fangchenliznicholls
authored andcommitted
CI: upload coverage report to Codecov (pandas-dev#39822)
1 parent 7238b95 commit 5cbafe4

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)