sirbrillig / phpcs-variable-analysis

Find undefined and unused variables with the PHP Codesniffer static analysis tool.
Other
136 stars 14 forks source link

GH Actions: various tweaks / fix code coverage #291

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: fix CI

Grrr....

When PHPUnit has been installed on a high PHP version, some of the dependencies of PHPUnit will now be installed in versions not compatible with PHP 7.4, which blocks the install of the Coveralls package.

Installing PHP Coveralls globally instead should fix it.

I just wish PHP Coveralls would finally release a version compatible with PHP > 8.0....

sirbrillig commented 1 year ago

Great! Thank you!