Closed effigies closed 4 months ago
Attention: Patch coverage is 67.64706%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 87.09%. Comparing base (
f4de42a
) to head (cc2e890
).
Files | Patch % | Lines |
---|---|---|
bids-validator/src/validators/json.ts | 56.52% | 10 Missing :warning: |
bids-validator/src/setup/loadSchema.ts | 83.33% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Follow-up to #2020. Feels a bit cleaner to make the Ajv validator a singleton that gets updated once, when the schema is loaded.