File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
127
127
128
128
- name : Upload mypy coverage to Codecov
129
- uses : codecov/codecov-action@v3.1.1
129
+ uses : codecov/codecov-action@v3.1.2
130
130
with :
131
131
file : mypy_report/cobertura.xml
132
132
flags : mypy
@@ -180,7 +180,7 @@ jobs:
180
180
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
181
181
182
182
- name : Upload mypy coverage to Codecov
183
- uses : codecov/codecov-action@v3.1.1
183
+ uses : codecov/codecov-action@v3.1.2
184
184
with :
185
185
file : mypy_report/cobertura.xml
186
186
flags : mypy39
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
path : pytest.xml
140
140
141
141
- name : Upload code coverage to Codecov
142
- uses : codecov/codecov-action@v3.1.1
142
+ uses : codecov/codecov-action@v3.1.2
143
143
with :
144
144
file : ./coverage.xml
145
145
flags : unittests
You can’t perform that action at this time.
0 commit comments