-
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/week 05: test and tooling libs #2809
⬆️ Maintenance/week 05: test and tooling libs #2809
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2809 +/- ##
=======================================
Coverage 78.9% 78.9%
=======================================
Files 670 670
Lines 27236 27236
Branches 2678 3141 +463
=======================================
+ Hits 21495 21497 +2
- Misses 4981 4985 +4
+ Partials 760 754 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
c5036a3
to
f3fad27
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.
Very nice table!
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.
Let's have a discussion about what constraint removal will bring more benefits.
What do these changes do?
@GitHK we have to discuss about how to upgrade constraints more reliably since now many of the services upgrades are blocked because upstream constraints were not enforced downstream.
Summary
NOTE that all these libraries are used for testing or tools. Those upgraded from service base requirements are marked with * (this is sometimes necesssary because previous commits with changes in uppermost constraints were not enforced downstream and therefore test upgrades are block by some frozen version sin the
base.txt
)Related issue/s
weekly maintenance of test and tooling libraries
How to test
all tests
Checklist
make openapi-specs
,git commit ...
and thenmake version-*
)cd packages/postgres-database
,make setup-commit
,sc-pg review -m "my changes"