We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e35f5d + 3b6bab7 commit 5636feaCopy full SHA for 5636fea
README.md
@@ -42,7 +42,7 @@ See [here](https://github.com/exussum12/coverageChecker/wiki/Generating-a-diff)
42
43
Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
44
45
- phpcs --standard=psr2 --report=json || true > phpcs.json
+ phpcs --standard=psr2 --report=json > phpcs.json || true
46
47
Here the `|| true` ensures that the while build will not fail if phpcs fails.
48
0 commit comments