Skip to content

Simplify code coverage generation#704

Merged
n0nag0n merged 1 commit into
masterfrom
simplify-coverage-generation
Jun 24, 2026
Merged

Simplify code coverage generation#704
n0nag0n merged 1 commit into
masterfrom
simplify-coverage-generation

Conversation

@fadrian06

Copy link
Copy Markdown
Contributor

This pull request makes minor updates to the composer.json scripts related to test coverage. The main change is the removal of redundant commands for deleting the clover.xml coverage file before running tests, as well as the removal of the Windows-specific test-coverage:win script.

Test coverage script cleanup:

  • Removed the command to delete clover.xml before running the test-coverage script, simplifying the process for all environments.
  • Removed the test-coverage:win script, which included Windows-specific commands for deleting clover.xml and running coverage checks, consolidating coverage testing into a single script.

Copilot AI review requested due to automatic review settings June 23, 2026 14:50

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the project’s Composer test-coverage tooling by removing pre-run deletion of clover.xml and consolidating coverage execution into a single, cross-platform test-coverage script.

Changes:

  • Removed the redundant rm -f clover.xml step from test-coverage.
  • Removed the Windows-specific test-coverage:win script to avoid maintaining duplicate logic.

@n0nag0n n0nag0n merged commit ad7c613 into master Jun 24, 2026
22 checks passed
@n0nag0n n0nag0n deleted the simplify-coverage-generation branch June 24, 2026 13:45
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.

3 participants