Skip to content

ci: name the PHP version and dependency set in the mutation-tests job#50

Merged
turegjorup merged 2 commits into
developfrom
ci/mutation-tests-php-version
Jun 11, 2026
Merged

ci: name the PHP version and dependency set in the mutation-tests job#50
turegjorup merged 2 commits into
developfrom
ci/mutation-tests-php-version

Conversation

@turegjorup

Copy link
Copy Markdown
Contributor

Summary

The mutation-tests job ran on the default phpfpm service without saying which PHP version that is. It now declares PHP version and dependency set via a single-entry matrix, mirroring the unit-tests job, so the check name reads Mutation tests (8.3, prefer-stable) in the PR checks list.

Files Changed

  • .github/workflows/php.yaml - single-entry matrix (service/php/prefer) on the mutation-tests job; the compose service is selected via ${{ matrix.service }} instead of being hard-coded
  • CHANGELOG.md - Unreleased bullet

Test Plan

  • The renamed check on this PR should appear as Mutation tests (8.3, prefer-stable) and pass
  • prettier (yaml) + markdownlint — clean

Notes

  • Branch protection/required checks: if Mutation tests is ever added as a required status check by its old name, the rename must be reflected there
  • Extending mutation testing to more PHP versions later is now a one-line matrix addition

🤖 Generated with Claude Code

A single-entry matrix (mirroring the unit-tests job) makes the job
name show what mutation testing runs on: Mutation tests (8.3,
prefer-stable). The service is selected via the matrix entry instead
of being hard-coded.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@codecov-commenter

codecov-commenter commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5e74d38) to head (758845b).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##             develop       #50   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        62        62           
===========================================
  Files              9         9           
  Lines            282       282           
===========================================
  Hits             282       282           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@turegjorup turegjorup self-assigned this Jun 11, 2026
@turegjorup turegjorup merged commit 3054e1c into develop Jun 11, 2026
16 checks passed
@turegjorup turegjorup deleted the ci/mutation-tests-php-version branch June 11, 2026 08:44
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.

2 participants