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