-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Maintenance: upgrades catalog
service requirements
#6846
Conversation
catalog
service requirements
2c032dc
to
bd3b845
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6846 +/- ##
===========================================
- Coverage 88.33% 66.31% -22.03%
===========================================
Files 1571 672 -899
Lines 61625 31996 -29629
Branches 2000 262 -1738
===========================================
- Hits 54439 21219 -33220
- Misses 6851 10720 +3869
+ Partials 335 57 -278
Continue to review full report in Codecov by Sentry.
|
|
efbba27
to
2dcbf57
Compare
264f767
to
b3bd671
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect your unit tests will start failing due to the compatibility issue mentioned below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks. Please consider the below suggestion
Quality Gate passedIssues Measures |
What do these changes do?
Currently, we lack test coverage that fully addresses this scenario. To mitigate the problem, one potential solution is to enforce consistent versions of "essential libraries" across the repository, such as
pydantic
,fastapi
,aiohttp
,sqlalchemy
, and others.Overview
Legend: