Exclude test code from coverage report

We care only coverage of actual implementation.

Change-Id: I6d00676554693220dea755c6c8e14ae8bc27ffe6
This commit is contained in:
Takashi Kajinami
2025-05-30 16:29:52 +09:00
parent d2ecfcc5f7
commit 5179b36a0f

View File

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