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 #148

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Nov 24, 2023

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.

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.
@coveralls
Copy link

Coverage Status

coverage: 97.254% (-0.6%) from 97.814%
when pulling 0721c90 on JRF/ghactions-switch-to-coveralls-reporter
into 3b87724 on 1.x.

@jrfnl jrfnl merged commit be717f4 into 1.x Nov 24, 2023
84 of 86 checks passed
@jrfnl jrfnl deleted the JRF/ghactions-switch-to-coveralls-reporter branch November 24, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants