Update coverage to include dynamic context
The test_function dynamic_context adds context to the coverage report so that the html includes details of which tests covoer each line This is useful when deterining what tests to extend when there's missing coverage. It also helps in determining iwhat testcases are covered. Change-Id: Idafd6bf4c27d324bcbaee57ba168f2364246e4e9 Signed-Off-By: Emma Foley <efoley@redhat.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
branch = True
|
||||
source = ceilometer
|
||||
omit = ceilometer/tests/*
|
||||
dynamic_context = test_function
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
Reference in New Issue
Block a user