mirror of
https://github.com/Kkevsterrr/geneva
synced 2024-12-22 01:29:33 +01:00
21 lines
337 B
INI
21 lines
337 B
INI
[run]
|
|
branch = True
|
|
source = ./
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
def get_args
|
|
except KeyboardInterrupt:
|
|
ignore_errors = True
|
|
omit =
|
|
experimental/*
|
|
experimental/smtp/*
|
|
tests/*
|
|
censors/*
|
|
censor_driver.py
|
|
graph.py
|