mirror of
https://github.com/Kkevsterrr/geneva
synced 2025-01-02 23:15:11 +01:00
16 lines
231 B
INI
16 lines
231 B
INI
[run]
|
|
branch = True
|
|
source = ./
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
def get_args
|
|
ignore_errors = True
|
|
omit =
|
|
tests/*
|
|
examples/*
|