mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
14 lines
245 B
INI
14 lines
245 B
INI
[run]
|
|
branch = True
|
|
source = benchmark
|
|
|
|
[report]
|
|
exclude_lines =
|
|
if self.debug:
|
|
pragma: no cover
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|
|
ignore_errors = True
|
|
omit =
|
|
benchmark/__init__.py
|
|
benchmark/_version.py |