Open alperkent opened 6 months ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 89.74%. Comparing base (
20007e5
) to head (9b9c74e
).
Files | Patch % | Lines |
---|---|---|
bids/layout/index.py | 33.33% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm not sure tbh.
I traced this back to; https://github.com/bids-standard/pybids/pull/560
Then Yarkoni moved it around.
Looks like we thought at the time that meta-data indexing was the most time consuming step, and implemented a way to skip meta-data indexing for a subset of files, rather then excluding them from being indexed altogether.
Resolves (partially) #1062.