Exclude test code from coverage report

Change-Id: I002c1cdf28e7c3281d12b57d1605432008157ecb
This commit is contained in:
Takashi Kajinami
2025-05-30 16:25:31 +09:00
parent 76afec05a6
commit 4e547f6799

7
.coveragerc Normal file
View File

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