Closed yarikoptic closed 3 hours ago
also to get it clean we need to resolve gotchas due to new pydicom 3.0.0 changing how to handle DICOMDIRs which we simply skip..
on mac we got
python -m coverage xml
Wrote XML report to coverage.xml
curl -Os $CODECOV_BINARY
chmod +x codecov
./codecov
/usr/local/Cellar/appveyor-build-agent/7.0.3293/bash-shell.sh: line 51: ./codecov: Bad CPU type in executable
Command exited with code 126
Running "on_finish" scripts
while [ -f ~/BLOCK ]; do sleep 5; done
Build failed
taking solution from https://github.com/datalad/datalad/pull/7649/files (I hate duplication!...)
Attention: Patch coverage is 76.47059%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 88.80%. Comparing base (
c6a066e
) to head (eeaa422
). Report is 13 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
datalad_neuroimaging/extractors/dicom.py | 76.47% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
codecov isn't happy but at least we got to green state -- let's proceed and even release (if still works ;) )
on mac - the same story with timing out/lengthy installation of git-annex as observed on
yet to figure out what those are about