1DIFF-COVER(1)                    User Commands                   DIFF-COVER(1)
2
3
4

NAME

6       diff-cover - manual page for diff-cover 0.9.12
7

DESCRIPTION

9       usage:  diff-cover  [-h]  [--html-report FILENAME] [--external-css-file
10       FILENAME]
11
12              [--compare-branch BRANCH] [--fail-under SCORE] [--ignore-staged]
13              [--ignore-unstaged] coverage_xml [coverage_xml ...]
14
15       Automatically find diff lines that need test coverage.
16
17   positional arguments:
18       coverage_xml
19              XML coverage report
20
21   optional arguments:
22       -h, --help
23              show this help message and exit
24
25       --html-report FILENAME
26              Diff coverage HTML output
27
28       --external-css-file FILENAME
29              Write CSS into an external file
30
31       --compare-branch BRANCH
32              Branch to compare
33
34       --fail-under SCORE
35              Returns an error code if coverage or quality score is below this
36              value
37
38       --ignore-staged
39              Ignores staged changes
40
41       --ignore-unstaged
42              Ignores unstaged changes
43
44
45
46diff-cover 0.9.12                  July 2018                     DIFF-COVER(1)
Impressum