Improving Junit-style reporting in PHP CodeSniffer Pipelines
Recently I was shown that in a GitLab-based pipeline I had designed and implemented, the results were presented poorly. Here is an example of how this looked like.
# example output from failing pipeline
Running before_script and script
$ mkdir -p test-reports
$ phpcs --version
PHP_CodeSniffer version 3.5.4 (stable) by Squiz …
Improving Junit-style reporting in PHP CodeSniffer Pipelines is part 1 of Dismantling a Leviathan: