Metadata-Version: 1.0
Name: git-covdiff
Version: 0.0.1
Summary: Highlight newly appeared coverage missing in latest changeset in git.
Home-page: https://github.com/nttmcl/git-covdiff
Author: Yusuke MURAOKA
Author-email: yusuke@nttmcl.com
License: BSD
Description: ===========
        git-covdiff
        ===========
        
        This is ...
        ===========
        
        An utility to support your coverage task.
        
        Determine the missing which appeared newly in latest commit by comparing the hunks of the commit to coverage analyzed.
        To use this, first, measure the project coverage at the target revision to generate *.coverage*.
        
        Requirements
        ============
        
        - coverage >= 3.6b1
        - pygit2 >= 0.17.3 (and libgit2)
        
        I don't test with earlier versions.
        
Keywords: git coverage
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
