File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
pip uninstall -y lxml xmlschema
59
59
pytest --cov --cov-report=xml --cov-append
60
60
61
- - uses : codecov/codecov-action@v4
61
+ - uses : codecov/codecov-action@v5
62
62
with :
63
63
token : ${{ secrets.CODECOV_TOKEN }}
64
64
@@ -132,7 +132,7 @@ jobs:
132
132
python -m pip install 'pydantic>=2'
133
133
pytest --cov --cov-report=xml --cov-append
134
134
135
- - uses : codecov/codecov-action@v4
135
+ - uses : codecov/codecov-action@v5
136
136
with :
137
137
token : ${{ secrets.CODECOV_TOKEN }}
138
138
@@ -152,7 +152,7 @@ jobs:
152
152
run : pytest --cov --cov-report=xml --cov-append -k test_autogen
153
153
env :
154
154
TEST_AUTOGEN : " 1"
155
- - uses : codecov/codecov-action@v4
155
+ - uses : codecov/codecov-action@v5
156
156
with :
157
157
token : ${{ secrets.CODECOV_TOKEN }}
158
158
You can’t perform that action at this time.
0 commit comments