PennLINC / qsirecon

Reconstruction of preprocessed q-space images (dMRI)
https://qsirecon.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

[CI] Add tests for reading pre-1.0 outputs from qsiprep #155

Closed mattcieslak closed 1 week ago

mattcieslak commented 2 weeks ago

The file names change a bit after https://github.com/PennLINC/qsiprep/pull/859, https://github.com/PennLINC/qsiprep/pull/867, https://github.com/PennLINC/qsiprep/pull/874

This PR adds tests for qsiprep outputs as they might appear before and after version 1.0.0rc0

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 33.96226% with 35 lines in your changes missing coverage. Please review.

Project coverage is 33.96%. Comparing base (0b3f86f) to head (7f429ac).

Files with missing lines Patch % Lines
qsirecon/workflows/recon/utils.py 0.00% 22 Missing :warning:
qsirecon/interfaces/utils.py 64.28% 10 Missing :warning:
qsirecon/workflows/recon/build_workflow.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== + Coverage 33.79% 33.96% +0.17% ========================================== Files 57 57 Lines 7147 7190 +43 Branches 979 981 +2 ========================================== + Hits 2415 2442 +27 - Misses 4629 4650 +21 + Partials 103 98 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.