Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 12, 2023

Commits on Nov 12, 2023

  1. GH Actions: switch to Coveralls action runner to upload reports

    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](https://github.com/coverallsapp/coverage-reporter/releases/tag/v0.6.5) now natively supports the Clover format.
    
    The `COVERALLS_TOKEN` can now be removed from Settings -> Secrets.
    
    Ref: lemurheavy/coveralls-public#1721
    jrfnl committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2e6001d View commit details
    Browse the repository at this point in the history