We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9bde2 commit b1776b0Copy full SHA for b1776b0
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
targets: test
26
-
27
name: Upload coverage
28
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
29
with:
30
file: ./coverage/clover.xml
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments