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