update readme
This commit is contained in:
parent
4ecd985aba
commit
676c2215c7
12
README.md
12
README.md
@ -1 +1,13 @@
|
|||||||
Post PHPUnit test results to Gitea
|
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-html" target="/tmp/testdox.html"/>
|
||||||
|
<log type="testdox-text" target="/tmp/testdox.txt"/>
|
||||||
|
</logging>
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user