neurodatascience / nipoppy

Lightweight framework for neuroimaging-clinical data organization/processing
https://nipoppy.readthedocs.io/en/latest/
MIT License
10 stars 19 forks source link

[ENH] Add success/summary message at the end of each workflow #261

Open michellewang opened 4 weeks ago

michellewang commented 4 weeks ago

Add success/summary message at the end of each workflow.

For workflows that loop over participants and sessions, the message will report the number of successes and the number of total runs (with different colours depending on level of success).

Also making the CLI return a non-zero exit code if at least one iteration of the loop results in an error.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.16%. Comparing base (fc3971f) to head (852681e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #261 +/- ## ========================================== + Coverage 98.64% 99.16% +0.52% ========================================== Files 28 28 Lines 1766 1807 +41 ========================================== + Hits 1742 1792 +50 + Misses 24 15 -9 ```

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