File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
run : python ci/print_skipped.py
100
100
101
101
- name : Upload coverage to Codecov
102
- uses : codecov/codecov-action@v1
102
+ uses : codecov/codecov-action@v2
103
103
with :
104
104
flags : unittests
105
105
name : codecov-pandas
Original file line number Diff line number Diff line change 92
92
run : python ci/print_skipped.py
93
93
94
94
- name : Upload coverage to Codecov
95
- uses : codecov/codecov-action@v1
95
+ uses : codecov/codecov-action@v2
96
96
with :
97
97
flags : unittests
98
98
name : codecov-pandas
Original file line number Diff line number Diff line change 74
74
coverage report -m
75
75
76
76
- name : Upload coverage to Codecov
77
- uses : codecov/codecov-action@v1
77
+ uses : codecov/codecov-action@v2
78
78
with :
79
79
flags : unittests
80
80
name : codecov-pandas
You can’t perform that action at this time.
0 commit comments