We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70dd953 + 40532c5 commit 92fb0d7Copy full SHA for 92fb0d7
1 file changed
.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
+ files: ./coverage/clover.xml
31
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments