Simplify the code coverage workflow by removing the dependency on the php-coveralls/php-coveralls package and switching to the coverallsapp/github-action action runner, which, as of the release of the 0.6.5 version of the Coverage Reporter now natively supports the Clover format.
The COVERALLS_TOKEN can now be removed from Settings -> Secrets.
coverage: 97.254% (-0.6%) from 97.814%
when pulling 0721c9020a723862257014ea93a68ab03c98b692 on JRF/ghactions-switch-to-coveralls-reporter
into 3b87724325debab38b32aeda5717184b50b294bb on 1.x.
Simplify the code coverage workflow by removing the dependency on the
php-coveralls/php-coveralls
package and switching to thecoverallsapp/github-action
action runner, which, as of the release of the 0.6.5 version of the Coverage Reporter now natively supports the Clover format.The
COVERALLS_TOKEN
can now be removed from Settings -> Secrets.