Closed rwblair closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.68%. Comparing base (
5b7a364
) to head (0e036b5
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixed the CI failures. Back to green on Ubuntu!
Modify tsv column value type checks to use user defined types if specifiedified in sidecar and schema rules for that column are in the 'json schema' defined style outlined in bids-standard/bids-specification#1838
For traditional schema defined columns, if they're required the type check produces an error, but if it is not required it generates a warning.
I ran
deno fmt
on the files and its got opinions on quotes and semicolons, thats where most the changes come from.