coverageChecker
coverageChecker copied to clipboard
Allows old code to use new standards
Fixes https://github.com/exussum12/coverageChecker/issues/72 This is one way to address the above issue. If "no lines" is considered an error, which makes it impossible to produce a meaningful result, we should return...
When I call `diffFilter` on an empty change set, it logs a "No lines found!" error but returns a `0` success code. For example: ```sh diffFilter --phpcsStrict < (git diff...
and output a valid result. Fixes https://github.com/exussum12/coverageChecker/issues/72 This is one way to address the above issue. We can assume that if no lines were changed, therefore there are no PHPCS...
I have an issue, I tested this scenario where we remove a php comment docs. But that doc is needed for phpcs to check. But what happen it went out...
The readme says "The latest Phar can be found [Here](https://github.com/exussum12/coverageChecker/releases)." But recent releases only contain zipped source code. Tiny issue I know, but I'm eager to bundle the phar into...