Category: Sense categoria

  • Phpunit PR coverage check

    https://github.com/orbeji/phpunit-pr-coverage-check This is a project I created to quickly check if a Pull Request has created all the necessary tests. Until now, we have been using https://github.com/richardregeer/phpunit-coverage-check, which tells you the total percentage of code coverage and fails if it doesn’t meet the indicated percentage. The problem we encountered with this is that often…