mirror of https://github.com/ansible/ansible.git
Ignore coverage of test code that does not run
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…
Reference in New Issue