Skip to content

Github mirror of "mediawiki/libs/CloverDiff" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

License

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-libs-CloverDiff

Repository files navigation

clover-diff

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.

About

Github mirror of "mediawiki/libs/CloverDiff" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •