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

Re-enable code coverage reporting to Coveralls #43

Merged
merged 4 commits into from
Dec 2, 2023

Conversation

stevegrunwell
Copy link
Owner

This PR adds a new workflow, code-coverage.yml, which (re-)runs the PHPUnit test suite against one version of PHP (currently 8.2) and publishes the results to Coveralls.

This restores the behavior prior to the migration to GitHub Actions (#24) and fixes #25.

@stevegrunwell stevegrunwell force-pushed the feature/restore-code-coverage branch from 099513f to 63c1d4d Compare December 2, 2023 19:37
@stevegrunwell stevegrunwell marked this pull request as ready for review December 2, 2023 20:04
@stevegrunwell stevegrunwell merged commit 43c10c7 into develop Dec 2, 2023
12 checks passed
@stevegrunwell stevegrunwell deleted the feature/restore-code-coverage branch December 2, 2023 20:04
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.

Restore code coverage reporting
1 participant