Skip to content

Commit a5255e8

Browse files
committed
generate txt report
1 parent 9adf3ca commit a5255e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
uses: codecov/codecov-action@v4.0.1
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
45-
file: ./build/coverage-clover.xml
45+
file: ./build/coverage-clover.txt

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<coverage cacheDirectory="build/phpunit/cache">
2525
<report>
26-
<text outputFile="php://stdout"/>
26+
<text outputFile="build/coverage.txt"/>
2727
<html outputDirectory="build/coverage"/>
2828
<clover outputFile="build/coverage-clover.xml"/>
2929
</report>

0 commit comments

Comments
 (0)