Problem/Motivation

Since #3387737: Split PHP image into php(cli/apache) and yarn(node/nightwatch) the images used by the default GitLabCi template no longer have the required build dependecies for isntalling PCOV.

Until #3404084: Add PCOV extension to images gets in we will, at a minimal, need to run - apt-get update && apt-get install -qy --no-install-recommends $PHPIZE_DEPS in the before_script for the phpunit phase.

Steps to reproduce

Run GitLabCi phpunit stage, observe no code coverage report generated due to missing build tools.

Proposed resolution

Remaining tasks

User interface changes

None

API changes

None

Data model changes

None

Issue fork tfa-3412660

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 committed e8faad33 on 2.x
    Issue #3412660 by cmlara: Restore Code Coverage reporting to GitLab CI...

  • cmlara committed ea76a6d3 on 8.x-1.x
    Issue #3412660 by cmlara: Restore Code Coverage reporting to GitLab CI...
cmlara’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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