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 e7cd9b5 commit b870161Copy full SHA for b870161
.github/workflows/ci_workflows.yml
@@ -102,6 +102,6 @@ jobs:
102
run: tox ${{ matrix.toxargs }} -v -e ${{ matrix.toxenv }}
103
- name: Upload coverage to codecov
104
if: ${{ contains(matrix.toxenv,'-cov') }}
105
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
+ uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
106
with:
107
file: ./coverage.xml
0 commit comments