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.
Note: This change means that PRs from outside contributors using a fork, should now be able to get a passing build. 🎉
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.Note: This change means that PRs from outside contributors using a fork, should now be able to get a passing build. 🎉