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 8848c59 commit 58f580cCopy full SHA for 58f580c
.github/workflows/ci.yaml
@@ -77,5 +77,5 @@ jobs:
77
if: matrix.coverage == 'xdebug'
78
with:
79
token: ${{ secrets.CODECOV_TOKEN }}
80
- file: './coverage.xml'
+ files: './coverage.xml'
81
fail_ci_if_error: true
0 commit comments