socon-dev / socon

Socon is a microservice architecture framework that helps you focussing on deploying/chaining individual commands and custom services between your different projects
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

[#13] Create a manager registry in order to get access to all managers #23

Closed StephaneCapponi closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b59e084) 99.84% compared to head (06d43a7) 99.84%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #23 +/- ## ======================================= Coverage 99.84% 99.84% ======================================= Files 26 25 -1 Lines 1311 1313 +2 Branches 216 216 ======================================= + Hits 1309 1311 +2 Misses 1 1 Partials 1 1 ``` | [Impacted Files](https://app.codecov.io/gh/socon-dev/socon/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev) | Coverage Δ | | |---|---|---| | [socon/core/management/\_\_init\_\_.py](https://app.codecov.io/gh/socon-dev/socon/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vY29yZS9tYW5hZ2VtZW50L19faW5pdF9fLnB5) | `100.00% <100.00%> (ø)` | | | [socon/core/management/commands/check.py](https://app.codecov.io/gh/socon-dev/socon/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vY29yZS9tYW5hZ2VtZW50L2NvbW1hbmRzL2NoZWNrLnB5) | `100.00% <100.00%> (ø)` | | | [socon/core/manager.py](https://app.codecov.io/gh/socon-dev/socon/pull/23?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=socon-dev#diff-c29jb24vY29yZS9tYW5hZ2VyLnB5) | `100.00% <100.00%> (ø)` | |

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

StephaneCapponi commented 1 year ago

@JRbemt, could you check that pull request ?

JRbemt commented 1 year ago

Will check it in the coming days @StephaneCapponi !