Open octomike opened 2 weeks ago
Attention: Patch coverage is 28.00000%
with 18 lines
in your changes missing coverage. Please review.
Project coverage is 82.12%. Comparing base (
900ccdc
) to head (a72d5ec
).
Files with missing lines | Patch % | Lines |
---|---|---|
heudiconv/convert.py | 28.00% | 18 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
As threatened in #802 an alternative approach.
I decided to leverage the fact that heudiconv blindly moves all converted output files to
nii.gz
, even if they are justnii
by renaming the successfully re-compressed image to.nii
. This feels ugly, but results in the shortest/least-invasive PR.