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

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

jrfnl
Copy link
Contributor

@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.
@jrfnl jrfnl added this to the 2.0 milestone Nov 24, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6985357654

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 42 unchanged lines in 18 files lost coverage.
  • Overall coverage increased (+1.2%) to 28.713%

Files with Coverage Reduction New Missed Lines %
src/exceptions/Whip_EmptyProperty.php 1 0.0%
src/exceptions/Whip_InvalidOperatorType.php 1 0.0%
src/exceptions/Whip_InvalidType.php 1 0.0%
src/exceptions/Whip_InvalidVersionComparisonString.php 1 0.0%
src/messages/Whip_BasicMessage.php 1 70.0%
src/messages/Whip_NullMessage.php 1 0.0%
src/Whip_MessageDismisser.php 1 83.33%
src/Whip_VersionRequirement.php 1 77.14%
src/messages/Whip_InvalidVersionRequirementMessage.php 2 0.0%
src/messages/Whip_UpgradePhpMessage.php 2 0.0%
Totals Coverage Status
Change from base Build 6985354173: 1.2%
Covered Lines: 87
Relevant Lines: 303

💛 - Coveralls

@jrfnl jrfnl merged commit 35d9cb9 into main Nov 24, 2023
15 checks passed
@jrfnl jrfnl deleted the JRF/ghactions-switch-to-coveralls-reporter branch November 24, 2023 22:53
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.

None yet

2 participants