We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b31750 + 744d503 commit 81d5d39Copy full SHA for 81d5d39
1 file changed
.github/workflows/pr.yml
@@ -95,7 +95,7 @@ jobs:
95
run: lcov --directory . --capture --output-file coverage.info
96
if: ${{ matrix.coverage }}
97
- name: upload coverage
98
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
99
with:
100
file: ./coverage.info
101
0 commit comments