simplify and document how to measure code coverage
This patch configures Coverage.py to measure only the code coverage of kas itself. In addition, we add a note in the devguide how to create and inspect the coverage data. Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
committed by
Jan Kiszka
parent
2503ab39cd
commit
27cf5ea897
4
.coveragerc
Normal file
4
.coveragerc
Normal file
@@ -0,0 +1,4 @@
|
||||
[run]
|
||||
omit =
|
||||
/usr/*
|
||||
tests/*
|
Reference in New Issue
Block a user