bids-standard / legacy-validator

Validator for the Brain Imaging Data Structure
https://bids-standard.github.io/legacy-validator/
MIT License
186 stars 111 forks source link

feat(tsv): Accept column definitions in schema entries #2003

Closed effigies closed 5 months ago

effigies commented 5 months ago

Pairs with https://github.com/bids-standard/bids-specification/pull/1838. This allows us to use the definition field of a column object as if it were the column definition defined in the sidecar.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.80%. Comparing base (2db52e8) to head (2a248d8).

Files Patch % Lines
bids-validator/src/schema/applyRules.ts 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2003 +/- ## ========================================== + Coverage 85.68% 86.80% +1.12% ========================================== Files 91 132 +41 Lines 3792 6357 +2565 Branches 1220 1525 +305 ========================================== + Hits 3249 5518 +2269 - Misses 457 748 +291 - Partials 86 91 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.