CCSDS_study project
This commit is contained in:
17
netzob-030/resources/quality/coverage/python-coverage.conf
Normal file
17
netzob-030/resources/quality/coverage/python-coverage.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# python-coverage.conf
|
||||
# Configuration file for the coverage analysis of Netzob
|
||||
|
||||
[run]
|
||||
# Ensure branch coverage
|
||||
branch = True
|
||||
|
||||
# Don't cover python standard lib
|
||||
cover_pylib = False
|
||||
|
||||
source = src/netzob
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = coverage_html
|
||||
Reference in New Issue
Block a user