PHPCSStandards / PHPCSUtils

A suite of utility functions for use with PHP_CodeSniffer
https://phpcsutils.com/
GNU Lesser General Public License v3.0
54 stars 7 forks source link

GH Actions: minor tweaks related to Coveralls #436

Closed jrfnl closed 1 year ago

jrfnl commented 1 year ago

GH Actions: used a named branch for coverallsapp

The coverallsapp/github-action action runner has (finally) created a named branch for the 1.x series, so let's use that.

Ref: https://github.com/coverallsapp/github-action/issues/100

GH Actions: simplify Coveralls fix

Follow up on #433

By installing the php-coveralls/php-coveralls globally, we can also prevent the conflict with the PHPUnit versions, while we won't need to maintain a list of packages to be removed.

Includes updating the version constraint to reference the latest release of the package.