-
Notifications
You must be signed in to change notification settings - Fork 14
PG-1927 Adding missing perl modules to Makefile for devel packages. #585
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (84.20%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## TDE_REL_17_STABLE #585 +/- ##
==================================================
Coverage 84.20% 84.20%
==================================================
Files 25 25
Lines 3247 3247
Branches 511 511
==================================================
Hits 2734 2734
Misses 400 400
Partials 113 113
🚀 New features to boost your workflow:
|
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.
Please add a body to the commit message that explains what problem this solves.
Also the commit message header should be in imperative mood without an ending period
Ie, it should start with "Add" rather than "Adding" 🙂
Some of the files in src/test/perl/PostgreSQL/Test directory that are used in the tap tests are not being bundled in RHEL's devel & Debian's client packages. This commit ensures that all files present in the mentioned directory are present in the devel and client packages.
934ec6c
to
4062337
Compare
Updated as per feedback. |
No description provided.