We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdbeaac + 2b8ac83 commit 49a12c4Copy full SHA for 49a12c4
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