ci: add coverage.py reporting #278

Merged
didericis merged 7 commits from issue-277-coverage-ci into main 2026-06-25 16:06:42 -04:00
Showing only changes of commit 45a096413f - Show all commits
+1 -1
View File
@@ -448,7 +448,7 @@ class TestHandleListEgressRoutes(unittest.TestCase):
def __enter__(self):
return self
def __exit__(self, exc_type, exc, tb):
def __exit__(self, exc_type: type[BaseException] | None, exc: BaseException | None, tb: object) -> bool:
return False
def read(self):