mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
15 lines
267 B
INI
15 lines
267 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
|
|
benchmark/tests/* |