wikimedia/clover-diff
Composer 安装命令:
composer require wikimedia/clover-diff
包简介
A tool to create a diff of two clover.xml files
README 文档
README
A PHP tool to diff two clover.xml files.
To install:
composer require-dev wikimedia/clover-diff
Usage:
./vendor/bin/clover-diff old-clover.xml new-clover.xml
It will return with a failure status code of 1 if any file in the new report has less coverage than before.
If you want to integrate this into your application, the Differ class takes
the filename of two XML files, and will generate a Diff for you.
clover-diff is (C) 2018 Kunal Mehta under the terms of the GPL v3, or any later version. See COPYING for more details.
统计信息
- 总下载量: 2.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-12-24