forked from vivisect/vivisect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.coveragerc
50 lines (47 loc) · 986 Bytes
/
.coveragerc
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
[run]
branch=True
[report]
omit =
*/vdb/qt/*
*/envi/qt/*
*/vstruct/qt/*
*/vivisect/qt/*
*/visgraph/drawing/*
*/vdb/tests/__init__.py
*/vdb/tests/teststalker.py*
*/vtrace/qt.py
*/vivisect/symboliks/tests/__init__.py
*/vivisect/symboliks/tests/test*
*/vivisect/tests/__init__.py
*/vivisect/tests/test*
*/vivisect/tests/helpers.py
*/vivisect/tests/vivbins.py
*/vivisect/tests/samplecode.py
*/vivisect/BP*
*/vtrace/tests/*
*/envi/test_*
*/envi/tests/*
*/vdb/tests/*
*/visgraph/tests/__init__.py
*/visgraph/tests/test*
*/vivisect/contrib/*
*/PE/tests/__init__.py
*/PE/tests/test*
*/cobra/tests/__init__.py
*/cobra/tests/test*
*/vstruct/tests/__init__.py
*/vstruct/tests/test*
*/vqt/*
[paths]
source =
*/vivisect/*
*/PE/*
*/Elf/*
*/vdb/*
*/vtrace/*
*/vstruct/*
*/visgraph/*
*/envi/*
*/cobra/*
[html]
directory = coverage_html_report