fix comments

This commit is contained in:
James 2020-02-15 13:25:41 +00:00
parent b75e3af1b5
commit 4ae0e04391

View File

@ -3,7 +3,8 @@ namespace JHodges\GiteaBotPHPUnit;
use \JHodges\GiteaBot\Client; use \JHodges\GiteaBot\Client;
/* creates a new issue for each failed test /**
* creates a new issue for each failed test
* if it already exists then report is added as a comment * if it already exists then report is added as a comment
* if exact error exists as body or comment then just link to it instead of posting again * if exact error exists as body or comment then just link to it instead of posting again
* if it passes then the issue is closed * if it passes then the issue is closed