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