We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598102c commit 616ad06Copy full SHA for 616ad06
.github/workflows/pythonapp.yaml
@@ -39,7 +39,7 @@ jobs:
39
junit_files: results.xml
40
comment_mode: off
41
check_name: "Test Results - ${{ join(matrix.*, ', ') }}"
42
- - uses: codecov/codecov-action@v5.1.1
+ - uses: codecov/codecov-action@v5.1.2
43
env:
44
PYTHON: ${{matrix.python}}
45
BLEEDING_EDGE: ${{matrix.bleeding_edge}}
0 commit comments