Closed effigies closed 3 months ago
Attention: Patch coverage is 87.17949%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 87.23%. Comparing base (
ec73f3a
) to head (4a2218b
).
Files | Patch % | Lines |
---|---|---|
bids-validator/src/schema/applyRules.ts | 87.17% | 3 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The JSON validation code strongly assumed it was validating sidecars, not JSON files. These changes streamline the logic a bit to ensure that sidecars and JSON files are treated the same, but the sidecar "origin" code is skipped for JSON files.
Closes #2007.