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 427177a + 1d59b84 commit e7d6ddfCopy full SHA for e7d6ddf
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.0.7
+ uses: codecov/codecov-action@v5.1.1
87
with:
88
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
89
files: ./coverage.xml
0 commit comments