We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecb3a4 commit 20c8756Copy full SHA for 20c8756
.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