mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 23:45:54 +00:00
Change scripts model of setup
This commit is contained in:
13
.coveragerc
13
.coveragerc
@@ -1,15 +1,10 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = benchmark
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
if self.debug:
|
||||
pragma: no cover
|
||||
raise NotImplementedError
|
||||
if __name__ == .__main__.:
|
||||
ignore_errors = True
|
||||
omit =
|
||||
omit =
|
||||
benchmark/__init__.py
|
||||
benchmark/scripts/__init__.py
|
||||
benchmark/_version.py
|
||||
benchmark/tests/*
|
||||
benchmark/tests/*
|
||||
|
Reference in New Issue
Block a user