redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.11k stars 111 forks source link

Dependency update changes #534

Closed chayim closed 1 year ago

chayim commented 1 year ago

Currently, this repository uses both dependabot, and another tool for dependency analysis. The tool being removed, has proven to require more management and generally be a bit flakier. This PR exists to remove the history of multiple tools, and reduce a barrier to merge that doesn't need to exist.

Additionally, marking a test that is at best flaky as flaky - and tying to pypi as supported elsewhere.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (87d3a08) 78.94% compared to head (07b2f63) 78.94%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #534 +/- ## ======================================= Coverage 78.94% 78.94% ======================================= Files 14 14 Lines 1178 1178 ======================================= Hits 930 930 Misses 248 248 ``` | Flag | Coverage Δ | | |---|---|---| | unit | `78.94% <0.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=redis#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/redis/redis-om-python/pull/534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=redis) | Coverage Δ | | |---|---|---| | [aredis\_om/model/cli/migrate.py](https://app.codecov.io/gh/redis/redis-om-python/pull/534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=redis#diff-YXJlZGlzX29tL21vZGVsL2NsaS9taWdyYXRlLnB5) | `0.00% <0.00%> (ø)` | |

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