Closed effigies closed 4 months ago
Attention: Patch coverage is 50.00000%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 87.02%. Comparing base (
5dfc393
) to head (693340c
).
Files | Patch % | Lines |
---|---|---|
bids-validator/src/files/tsv.ts | 0.00% | 6 Missing :warning: |
bids-validator/src/schema/context.ts | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
That throw is great. You can use addNonSchemaIssue
instead of add
. You'll have to add TSV_COLUMN_HEADER_DUPLICATE
to https://github.com/bids-standard/bids-validator/blob/master/bids-validator/src/issues/list.ts
This is hacky, but it works. @rwblair LMK how you would integrate this into the existing issue framework.