Exclude test code from coverage report
We care only coverage of actual implementation. Change-Id: I5367959fcff88d167ce22be470316a7f36818f76
This commit is contained in:
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = oslo_metrics
|
||||
omit = oslo_metrics/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
Reference in New Issue
Block a user