Closed itrushkin closed 3 months ago
Attention: Patch coverage is 85.71429%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 81.04%. Comparing base (
be7f526
) to head (10cd400
). Report is 18 commits behind head on develop.
Files | Patch % | Lines |
---|---|---|
...ugins/data_formats/common_semantic_segmentation.py | 85.71% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Since Datumaro 1.8, the following folder structure:
is detected as both
common_semantic_segmentation
andcommon_semantic_segmentation_with_subset_dirs
. Since they are detected at different levels, the current implementation could not set the higher priority to the second one.This PR updates detection rules for the
common_semantic_segmentation
format, searching for requirements in the root directory only.