Exclude test code from coverage report

Change-Id: I99791455f059e82d97de26f25030d242e1ec1a2d
This commit is contained in:
Takashi Kajinami
2025-05-30 16:26:45 +09:00
parent b7fb2005a8
commit 13167aa7c1

7
.coveragerc Normal file
View File

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