Closed effigies closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 87.35%. Comparing base (
93868ab
) to head (f2bab87
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When a JSON file is empty (e.g., https://openneuro.org/datasets/ds003404/versions/1.0.0/file-display/sub-C39:fmap:sub-C39_dir-PA_run-1_epi.json), the
context.json
object does not get populated. Parsing JSON could also theoretically drop in any JSON data structure, so this checks that it is an object before trying to look upTaskName
.