13 lines
265 B
Markdown
13 lines
265 B
Markdown
Post PHPUnit test results to Gitea
|
|
|
|
Enable in phpunit.xml with
|
|
|
|
```plain
|
|
<phpunit printerClass="JHodges\GiteaBotPHPUnit\ResultPrinter">
|
|
|
|
<logging>
|
|
<log type="junit" target="/tmp/logfile.xml"/>
|
|
<log type="testdox-text" target="/tmp/testdox.txt"/>
|
|
</logging>
|
|
```
|