mirror of
https://github.com/openvinotoolkit/cvat.git
synced 2022-03-09 18:58:10 +03:00
* Added support for manifest file * Added data migration * Updated tests * Update CHANGELOG * Update manifest documentation * Fix case with 3d data Co-authored-by: Nikita Manovich <nikita.manovich@intel.com>
39 lines
776 B
INI
39 lines
776 B
INI
[run]
|
|
branch = true
|
|
# relative_files = true # does not work?
|
|
|
|
source =
|
|
cvat/apps/
|
|
utils/cli/
|
|
utils/dataset_manifest
|
|
|
|
omit =
|
|
cvat/settings/*
|
|
*/tests/*
|
|
*/test_*
|
|
*/_test_*
|
|
*/migrations/*
|
|
|
|
[report]
|
|
# Regexes for lines to exclude from consideration
|
|
exclude_lines =
|
|
# Have to re-enable the standard pragma
|
|
pragma: no cover
|
|
|
|
# Don't complain about missing debug-only code:
|
|
def __repr__
|
|
if\s+[\w\.()]+\.isEnabledFor\(log\.DEBUG\):
|
|
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
|
|
# Don't complain if non-runnable code isn't run:
|
|
if 0:
|
|
if __name__ == .__main__.:
|
|
|
|
# don't fail on the code that can be found
|
|
ignore_errors = true
|
|
|
|
skip_empty = true
|