gaphor/.coveragerc
Arjan Molenaar 1f442f0443 Improve coverage reporting
Ignore parts that are never executed, such as protocols, overloaded and
abstract methods.
2023-08-11 16:24:39 +02:00

13 lines
196 B
INI

[run]
source = gaphor
omit =
*/tests/*
gaphor/ui/uipreview.py
[report]
exclude_also =
if TYPE_CHECKING:
@abc\.abstractmethod
@overload
\.\.\.
raise NotImplementedError