felixcarmona/coveragit

There is no license information available for the latest version (0.0.10-beta) of this package.

Check the uncovered code lines which have been modified or added in an specific pull request or commit

Installs: 9 812

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 1

Language:Python

0.0.10-beta 2015-06-22 21:55 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:17:16 UTC


README

coveragit is a tool to check the uncovered code lines which have been modified or added in an specific pull request or commit.

Usage

usage: coveragit [-h] [--base BASE] [--concise] [--xml XML]
                 [--repository REPOSITORY] [--silently]

Check the uncovered code lines which have been modified or added in an specific pull request or commit

optional arguments:
  -h, --help            show this help message and exit
  --base BASE, -b BASE  Base branch, tag, commit, or history marker to compare the current revision
  --concise, -c         Only display the affected uncovered lines
  --xml XML, -x XML     Path of the generated coverage .xml
  --repository REPOSITORY, -r REPOSITORY Path of the git repository
  --silently, -s        Even with missing coverage, exit with success system exit status

Demo

alt tag