rregeer/phpunit-coverage-check 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rregeer/phpunit-coverage-check

最新稳定版本:0.3.1

Composer 安装命令:

composer require --dev rregeer/phpunit-coverage-check

包简介

Check the code coverage using the clover report of phpunit

README 文档

README

Build Status

phpunit-coverage-check

This php script will read the clover xml report from phpunit and calculates the coverage score. Based on the given threshold the script will exit ok of the coverage is higher then the threshold or exit with code 1 if the coverage is lower then the threshold. This script can be used in your continuous deployment environment or for example added to a pre-commit hook.

Installation

The script can be installed using composer. Add this repository as a dependency to the composer.json file.

composer require --dev rregeer/phpunit-coverage-check

Usage

The script has requires 2 parameters that are mandatory to return the code coverage.

  1. The location of the clover xml file, that's generated by phpunit.
  2. The coverage threshold that is acceptable. Min = 1, Max = 100

Generate the clover.xml file by using phpunit and run the coverage check script: Run the script:

vendor/bin/phpunit --coverage-clover clover.xml
vendor/bin/coverage-check clover.xml 80
vendor/bin/coverage-check clover.xml 80 --only-percentage

With the --only-percentage enabled, the CLI command will only return the resulting coverage percentage.

It's also possible to add the coverage report generation to the phpunit.xml.dist add to following lines to the xml file inside the <coverage> tag:

<report>
    <clover outputFile="clover.xml" />
</report>

For more information see the phpunit documentation. Information about the configuration file and commandline options.

统计信息

  • 总下载量: 5.68M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 62
  • 点击次数: 3
  • 依赖项目数: 173
  • 推荐数: 0

GitHub 信息

  • Stars: 60
  • Watchers: 4
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固