We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8572c09 commit b908dc8Copy full SHA for b908dc8
.github/workflows/database.yml
@@ -99,7 +99,7 @@ jobs:
99
run: python ci/print_skipped.py
100
101
- name: Upload coverage to Codecov
102
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v2
103
with:
104
flags: unittests
105
name: codecov-pandas
.github/workflows/posix.yml
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
.github/workflows/python-dev.yml
@@ -74,7 +74,7 @@ jobs:
74
coverage report -m
75
76
77
78
79
80
0 commit comments