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 5fb495c commit 5af0b51Copy full SHA for 5af0b51
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }}
83
path: coverage
84
include-hidden-files: true
85
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v3
86
with:
87
fail_ci_if_error: true
88
files: ./coverage.xml
0 commit comments