felixcarmona/coveragit

本包最新版本(0.0.10-beta)没有提供许可证信息。

检查特定拉取请求或提交中修改或添加的未覆盖代码行

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

This package is not auto-updated.

Last update: 2024-09-28 14:58:15 UTC


README

coveragit是一个用于检查特定拉取请求或提交中修改或添加的未覆盖代码行的工具。

用法

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

演示

alt tag