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
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
Comment #3
cmlaraNote, 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.
Comment #6
cmlara