• 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…

  • Delete local branches in GIT

    Command to delete local branches in GIT that we no longer have in the repository. I filtered out master, main and develop just in case.