aeliot-tm/phpunit-codecoverage-baseline

Script for the comparing of current code coverage with baseline.

Installs: 2 867

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 7

pkg:composer/aeliot-tm/phpunit-codecoverage-baseline

v2.1.0 2024-12-09 04:33 UTC

README

WFS Code Climate maintainability

Package implements support of baseline for Clover repost of PHPUnit.

Installation

Call command line script to install:

composer require --dev aeliot-tm/phpunit-codecoverage-baseline

Usage

To get started:

  1. Run PHPUnit with the switched on Clover report in xml config file or with command-line options.
    phpunit --coverage-clover 'build/coverage/clover.xml' tests/
  2. Build baseline for clover report and commit into your project.

Regular using:

  1. Run comparing of current Clover report with the baseline. It is recommended to configure it on your GitHub or GitLab CI.
  2. Update your baseline time-to-time when you have progress with your code coverage.