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.
2 parents f8af3d0 + 3d8351a commit 00d8cefCopy full SHA for 00d8cef
1 file changed
.github/workflows/ci-cd.yml
@@ -83,7 +83,7 @@ jobs:
83
make mototest
84
- name: Upload coverage to Codecov
85
if: matrix.python-version == '3.11'
86
- uses: codecov/codecov-action@v5.1.1
+ uses: codecov/codecov-action@v5.1.2
87
with:
88
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
89
files: ./coverage.xml
0 commit comments