We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa9f3f5 + b6652aa commit a6f0373Copy full SHA for a6f0373
1 file changed
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
targets: test
32
-
33
name: Upload coverage
34
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
35
with:
36
- file: ./coverage/clover.xml
+ files: ./coverage/clover.xml
37
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments