Add coveragerc file

Change-Id: I86b2d7c18df5dc5bdc32fb1818a108a9e34d8d01
This commit is contained in:
Erik Olof Gunnar Andersson 2023-11-18 13:53:03 -08:00
parent 44543113db
commit 28e1674e96
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[run]
branch = True
source = designateclient
omit = designateclient/tests/*,designateclient/functionaltests/*,designateclient/hacking/*
[report]
ignore_errors = True