cpp-lln-lab / bidspm

an SPM centric BIDS app
https://bidspm.readthedocs.io/en/latest/general_information.html
GNU General Public License v3.0
5 stars 13 forks source link

[FIX] pass dataset level to stats actions when using python CLI #1258

Closed Remi-Gau closed 2 months ago

Remi-Gau commented 2 months ago

unrelated

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 48 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (f53979a) to head (930cbe8). Report is 94 commits behind head on main.

Files Patch % Lines
src/bidspm/bidspm.py 0.00% 31 Missing :warning:
src/bidspm/validate.py 0.00% 16 Missing :warning:
src/bidspm/matlab.py 0.00% 1 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (f53979a) and HEAD (930cbe8). Click for more details.

HEAD has 6 uploads less than BASE | Flag | BASE (f53979a) | HEAD (930cbe8) | |------|------|------| |ubuntu-latest_matlab-R2023a_fast|1|0| |octave|2|0| |ubuntu-latest_matlab-R2023a_slow|1|0| |macos-latest_matlab-R2023a_fast|1|0| |macos-latest_matlab-R2023a_slow|1|0|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1258 +/- ## ========================================== - Coverage 79.57% 0.00% -79.58% ========================================== Files 285 4 -281 Lines 7742 259 -7483 Branches 40 44 +4 ========================================== - Hits 6161 0 -6161 + Misses 1565 259 -1306 + Partials 16 0 -16 ``` | [Flag](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | Coverage Δ | | |---|---|---| | [cli](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `0.00% <0.00%> (-39.00%)` | :arrow_down: | | [macos-latest_matlab-R2023a_fast](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `?` | | | [macos-latest_matlab-R2023a_slow](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `?` | | | [octave](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `?` | | | [ubuntu-latest_matlab-R2023a_fast](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `?` | | | [ubuntu-latest_matlab-R2023a_slow](https://app.codecov.io/gh/cpp-lln-lab/bidspm/pull/1258/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cpp-lln-lab#carryforward-flags-in-the-pull-request-comment) to find out more.

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