blob: 87fd1e2318169b8988f4025089a98d019c57b3c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
coverage -e -x foo.py
coverage run foo.py
coverage run --timid foo.py
coverage foo.py
commands:
run -x
--timid bool
-p --parallel bool
-L --stdlib bool
--branch bool *
-a --append bool
erase -e
combine -c
report -r
-m --missing bool
-i --ignore-errors bool
--omit list of string
annotate -a
-d --output-directory string
-i --ignore-errors bool
--omit list of string
html -b
-d --output-directory string
-i --ignore-errors bool
--omit list of string
--red *
--green *
--style *
help
byteprep *
xml *
Option scopes:
- Cmd line
- coverage()
- ini file
- environment variable
|