reanahub / reana-server

REANA API server
http://reana-server.readthedocs.io/
MIT License
5 stars 37 forks source link

feat(helm): add initial Dask support #701

Closed Alputer closed 4 days ago

Alputer commented 1 month ago

This pull request contains the ongoing work of dask integration into REANA.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 65.78947% with 13 lines in your changes missing coverage. Please review.

Project coverage is 60.06%. Comparing base (70e8ad9) to head (15d0b97). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
reana_server/validation.py 46.66% 8 Missing :warning:
reana_server/rest/info.py 58.33% 5 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-server/pull/701/graphs/tree.svg?width=650&height=150&src=pr&token=Ack8L73kNJ&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-server/pull/701?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #701 +/- ## ========================================== + Coverage 60.01% 60.06% +0.05% ========================================== Files 32 32 Lines 3509 3546 +37 ========================================== + Hits 2106 2130 +24 - Misses 1403 1416 +13 ``` | [Files with missing lines](https://app.codecov.io/gh/reanahub/reana-server/pull/701?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) | Coverage Δ | | |---|---|---| | [reana\_server/config.py](https://app.codecov.io/gh/reanahub/reana-server/pull/701?src=pr&el=tree&filepath=reana_server%2Fconfig.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfc2VydmVyL2NvbmZpZy5weQ==) | `83.97% <100.00%> (+0.93%)` | :arrow_up: | | [reana\_server/rest/workflows.py](https://app.codecov.io/gh/reanahub/reana-server/pull/701?src=pr&el=tree&filepath=reana_server%2Frest%2Fworkflows.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfc2VydmVyL3Jlc3Qvd29ya2Zsb3dzLnB5) | `51.13% <100.00%> (+0.09%)` | :arrow_up: | | [reana\_server/rest/info.py](https://app.codecov.io/gh/reanahub/reana-server/pull/701?src=pr&el=tree&filepath=reana_server%2Frest%2Finfo.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfc2VydmVyL3Jlc3QvaW5mby5weQ==) | `77.08% <58.33%> (-6.25%)` | :arrow_down: | | [reana\_server/validation.py](https://app.codecov.io/gh/reanahub/reana-server/pull/701?src=pr&el=tree&filepath=reana_server%2Fvalidation.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub#diff-cmVhbmFfc2VydmVyL3ZhbGlkYXRpb24ucHk=) | `70.73% <46.66%> (-5.74%)` | :arrow_down: |