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 9adf3ca commit a5255e8Copy full SHA for a5255e8
.github/workflows/php.yml
@@ -42,4 +42,4 @@ jobs:
42
uses: codecov/codecov-action@v4.0.1
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
45
- file: ./build/coverage-clover.xml
+ file: ./build/coverage-clover.txt
phpunit.xml
@@ -23,7 +23,7 @@
23
24
<coverage cacheDirectory="build/phpunit/cache">
25
<report>
26
- <text outputFile="php://stdout"/>
+ <text outputFile="build/coverage.txt"/>
27
<html outputDirectory="build/coverage"/>
28
<clover outputFile="build/coverage-clover.xml"/>
29
</report>
0 commit comments