Skip to content

Commit ffd9469

Browse files
committed
Omit healthcheck from coverage
1 parent 089dcef commit ffd9469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,9 @@ cumulative_timing = false
337337
[tool.coverage.run]
338338

339339
branch = true
340+
omit = [
341+
"src/mock_vws/_flask_server/healthcheck.py",
342+
]
340343

341344
[tool.coverage.report]
342345

0 commit comments

Comments
 (0)