Problem/Motivation

Due to changes in the CI images code coverage reporting currently does not function.

Steps to reproduce

Run tests

Proposed resolution

Validate if all PHP images have PCOV present and just need enabled, or if the before_script needs to be conditional.
Restore code coverage reporting by adjusting commands

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork s3fs-3458947

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

cmlara created an issue. See original summary.

cmlara’s picture

Note, we might need to move to xdebug in the future if reports are true that PHP 8.4 does not support PCOV and is abandoned https://thephp.cc/articles/pcov-or-xdebug. For now we stick to PCOV as it is faster and it has been configured.

  • cmlara committed 8f890c80 on 8.x-3.x
    Issue #3458947 by cmlara: Restore Code Coverage Reporting
    

  • cmlara committed 6a7096f1 on 4.0.x
    Issue #3458947 by cmlara: Restore Code Coverage Reporting
    
cmlara’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.