Miksus / red-bird

Repository Patterns for Python
https://red-bird.readthedocs.io
MIT License
163 stars 22 forks source link

REF: Set external packages to same module and SQLAlchemy v2.0 #41

Closed Miksus closed 1 year ago

Miksus commented 1 year ago

This PR puts external packages to single place and fixes warnings for SQLAlchemy v2.0.

codecov-commenter commented 1 year ago

Codecov Report

Base: 90.80% // Head: 91.11% // Increases project coverage by +0.31% :tada:

Coverage data is based on head (e78967a) compared to base (8fdd47c). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #41 +/- ## ========================================== + Coverage 90.80% 91.11% +0.31% ========================================== Files 16 20 +4 Lines 1055 1081 +26 ========================================== + Hits 958 985 +27 + Misses 97 96 -1 ``` | [Impacted Files](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli) | Coverage Δ | | |---|---|---| | [redbird/packages.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9wYWNrYWdlcy5weQ==) | `100.00% <100.00%> (ø)` | | | [redbird/repos/mongo.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9yZXBvcy9tb25nby5weQ==) | `90.00% <100.00%> (ø)` | | | [redbird/repos/rest.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9yZXBvcy9yZXN0LnB5) | `92.10% <100.00%> (+2.63%)` | :arrow_up: | | [redbird/repos/sqlalchemy.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9yZXBvcy9zcWxhbGNoZW15LnB5) | `93.41% <100.00%> (-0.27%)` | :arrow_down: | | [redbird/utils/importing.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC91dGlscy9pbXBvcnRpbmcucHk=) | `100.00% <100.00%> (ø)` | | | [redbird/logging/\_\_init\_\_.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9sb2dnaW5nL19faW5pdF9fLnB5) | `100.00% <0.00%> (ø)` | | | [redbird/\_\_init\_\_.py](https://codecov.io/gh/Miksus/red-bird/pull/41?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli#diff-cmVkYmlyZC9fX2luaXRfXy5weQ==) | `87.50% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Mikael+Koli)

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