We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75bf9a7 + ba56f00 commit 033db0dCopy full SHA for 033db0d
1 file changed
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
targets: test
23
-
24
name: Upload coverage
25
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
26
with:
27
- file: ./coverage/clover.xml
+ files: ./coverage/clover.xml
28
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments