SCALE-MS / scale-ms

SCALE-MS design and development
GNU Lesser General Public License v2.1
4 stars 4 forks source link

Reduce responsibilities of WorkflowManager #356

Closed eirrgang closed 1 year ago

eirrgang commented 1 year ago

Refs #335

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 79.13% and project coverage change: +0.15 :tada:

Comparison is base (f2b5d19) 80.89% compared to head (c550f6f) 81.04%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #356 +/- ## ========================================== + Coverage 80.89% 81.04% +0.15% ========================================== Files 30 30 Lines 3386 3361 -25 Branches 518 513 -5 ========================================== - Hits 2739 2724 -15 + Misses 470 465 -5 + Partials 177 172 -5 ``` | [Impacted Files](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS) | Coverage Δ | | |---|---|---| | [src/scalems/local/\_\_main\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvbG9jYWwvX19tYWluX18ucHk=) | `100.00% <ø> (ø)` | | | [src/scalems/radical/\_\_main\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvcmFkaWNhbC9fX21haW5fXy5weQ==) | `100.00% <ø> (ø)` | | | [src/scalems/execution.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvZXhlY3V0aW9uLnB5) | `76.89% <76.03%> (-0.55%)` | :arrow_down: | | [examples/basic\_pipeline/echo-pipeline.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-ZXhhbXBsZXMvYmFzaWNfcGlwZWxpbmUvZWNoby1waXBlbGluZS5weQ==) | `100.00% <100.00%> (ø)` | | | [src/scalems/invocation.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvaW52b2NhdGlvbi5weQ==) | `92.13% <100.00%> (+0.08%)` | :arrow_up: | | [src/scalems/local/\_\_init\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvbG9jYWwvX19pbml0X18ucHk=) | `70.24% <100.00%> (ø)` | | | [src/scalems/radical/\_\_init\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvcmFkaWNhbC9fX2luaXRfXy5weQ==) | `100.00% <100.00%> (ø)` | | | [src/scalems/radical/runtime.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvcmFkaWNhbC9ydW50aW1lLnB5) | `79.50% <100.00%> (ø)` | | | [src/scalems/workflow/\_\_init\_\_.py](https://app.codecov.io/gh/SCALE-MS/scale-ms/pull/356?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=SCALE-MS#diff-c3JjL3NjYWxlbXMvd29ya2Zsb3cvX19pbml0X18ucHk=) | `77.73% <100.00%> (+1.50%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.