legoktm/clover-diff

This package is abandoned and no longer maintained. The author suggests using the wikimedia/clover-diff package instead.

A tool to create a diff of two clover.xml files

Maintainers

👁 legoktm

Package info

gitlab.com/legoktm/clover-diff

pkg:composer/legoktm/clover-diff

Statistics

Installs: 6 292

Dependents: 0

Suggesters: 0

1.4.0 2020-06-26 19:42 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-or-later e50c93319a42ff72009b399b406c98a189252d36

  • Kunal Mehta <legoktm.woop@member.fsf.org>

This package is auto-updated.

Last update: 2022-12-24 21:40:36 UTC


README

A PHP tool to diff two clover.xml files.

To install:

composer require-dev legoktm/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.