File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
github.event_name != 'schedule' &&
62
62
(matrix.python-version == '3.7' || matrix.python-version == '3.10') &&
63
63
matrix.os == 'ubuntu-latest'
64
- uses : codecov/codecov-action@v2
64
+ uses : codecov/codecov-action@v3
65
65
with :
66
66
files : ./coverage.xml
67
67
flags : unittests-${{ matrix.python-version }}
72
72
73
73
- name : Report contrib coverage with Codecov
74
74
if : github.event_name != 'schedule' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
75
- uses : codecov/codecov-action@v2
75
+ uses : codecov/codecov-action@v3
76
76
with :
77
77
files : ./coverage.xml
78
78
flags : contrib
83
83
84
84
- name : Report doctest coverage with Codecov
85
85
if : github.event_name != 'schedule' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest'
86
- uses : codecov/codecov-action@v2
86
+ uses : codecov/codecov-action@v3
87
87
with :
88
88
files : ./coverage.xml
89
89
flags : doctest
You can’t perform that action at this time.
0 commit comments