Skip to content

Notify coverage#63

Merged
erseco merged 1 commit intomainfrom
feature/coveragein-pipeline
Nov 30, 2025
Merged

Notify coverage#63
erseco merged 1 commit intomainfrom
feature/coveragein-pipeline

Conversation

@erseco
Copy link
Copy Markdown
Collaborator

@erseco erseco commented Nov 30, 2025

This pull request enhances the CI workflow to include code coverage reporting and badge updates, making it easier to track and visualize test coverage directly from the repository. The main improvements involve generating coverage reports, extracting and displaying coverage metrics, uploading artifacts, and updating a dynamic coverage badge. Additionally, the README.md now displays the CI and coverage badges for better project visibility.

CI workflow improvements:

  • Added steps to start the environment with Xdebug for coverage, run tests with coverage, extract coverage percentage, and display coverage metrics in the job summary. (.github/workflows/ci.yml)
  • Uploaded the coverage report as a workflow artifact for easier access and historical retention. (.github/workflows/ci.yml)

Coverage badge automation:

  • Automatically updates a dynamic coverage badge in a GitHub Gist when changes are pushed to the main branch, reflecting the latest coverage percentage and color. (.github/workflows/ci.yml)

Documentation and visibility:

  • Added CI and coverage badges to the top of the README.md to provide instant feedback on build status and code coverage. (README.md)

@erseco erseco self-assigned this Nov 30, 2025
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@erseco erseco merged commit 21b1039 into main Nov 30, 2025
7 checks passed
@erseco erseco deleted the feature/coveragein-pipeline branch November 30, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant