Skip to content

Commit 5636fea

Browse files
authored
Merge pull request #56 from richardhughes/patch-1
reorder the true flag
2 parents 5e35f5d + 3b6bab7 commit 5636fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [here](https://github.com/exussum12/coverageChecker/wiki/Generating-a-diff)
4242

4343
Then the output for the tool you wish to check (such as phpcs, PHPUnit, phpmd etc) for example
4444

45-
phpcs --standard=psr2 --report=json || true > phpcs.json
45+
phpcs --standard=psr2 --report=json > phpcs.json || true
4646
4747
Here the `|| true` ensures that the while build will not fail if phpcs fails.
4848

0 commit comments

Comments
 (0)