Test some uncovered code, to see if we get a github annotation from codecov

This commit is contained in:
Alessio Bogon 2022-11-05 14:14:34 +01:00
parent ef05a54303
commit 0ffdaa96f6
1 changed files with 6 additions and 0 deletions

View File

@ -82,3 +82,9 @@ def setdefault(obj: object, name: str, default: T) -> T:
except AttributeError:
setattr(obj, name, default)
return default
def some_uncovereded_code():
a = 42
while True:
raise NotImplementedError