Closed effigies closed 4 months ago
Attention: Patch coverage is 82.85714%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 87.09%. Comparing base (
796133c
) to head (4fa9c76
).
Files | Patch % | Lines |
---|---|---|
bids-validator/src/schema/applyRules.ts | 72.72% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This needs https://github.com/bids-standard/bids-specification/pull/1878. Not filling in context.sidecar
for JSON files helped catch some checks that were triggered on sidecar files as well as their data files.
We currently duplicate a lot of sidecar errors for both the data file and the sidecar. This PR skips sidecar checks for sidecar files, avoids loading sidecar data for JSON files, and creates separate issue codes for missing keys in standalone JSON files (
dataset_description.json
,*_coordsystem.json
, etc.) vs sidecar files.