-
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
♻️ ✨ Is638/adds CLI to dynamic-sidecar (round 2) #3152
♻️ ✨ Is638/adds CLI to dynamic-sidecar (round 2) #3152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3152 +/- ##
========================================
- Coverage 81.1% 81.1% -0.1%
========================================
Files 710 711 +1
Lines 30613 30630 +17
Branches 3948 3948
========================================
+ Hits 24841 24845 +4
- Misses 4930 4944 +14
+ Partials 842 841 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
a626928
to
e20973a
Compare
e20973a
to
9ba69a5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
👍
Follows from PR #3147 (when you review this notice that, if the former PR is still not merged into master, the list of Files changed will also include it's files).
What do these changes do?
openapi.json
Related issue/s
How to test
CI
Checklist
make openapi-specs
,git commit ...
and thenmake version-*
)cd packages/postgres-database
,make setup-commit
,sc-pg review -m "my changes"