ci: add coverage.py reporting #278
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user