PHPCSStandards / PHPCSExtra

A collection of code standards for use with PHP_CodeSniffer
GNU Lesser General Public License v3.0
91 stars 8 forks source link

GH Actions: switch to Coveralls action runner to upload reports #289

Closed jrfnl closed 11 months ago

jrfnl commented 11 months ago

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.

Ref: https://github.com/lemurheavy/coveralls-public/issues/1721