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