We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298e4ea commit c278ba6Copy full SHA for c278ba6
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- run: coverage-prepare lcov python/pydantic_core/*.so
57
58
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
59
60
# See https://github.com/PyO3/pyo3/discussions/2781
61
# tests intermittently segfault with pypy and cpython 3.7 when using `coverage run ...`, hence separate job
0 commit comments