Restore Code Coverage reporting to GitLab CI Runs

Created on 6 January 2024, 6 months ago
Updated 20 January 2024, 5 months ago

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

πŸ“Œ Task
Status

Fixed

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cmlara

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024