We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1776b0 commit 442980bCopy full SHA for 442980b
.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