Ignore coverage of test code that does not run

pull/82151/head
Matt Clay 8 months ago
parent 90203b841a
commit 916a20fccd

@ -1,4 +1,4 @@
from __future__ import annotations
from __future__ import annotations # pragma: nocover
raise Exception('this code should never execute')
raise Exception('this code should never execute') # pragma: nocover

Loading…
Cancel
Save