Conversation
393be99 to
a8a8183
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #620 +/- ##
==========================================
+ Coverage 85.28% 85.96% +0.67%
==========================================
Files 3 3
Lines 1339 1354 +15
Branches 217 218 +1
==========================================
+ Hits 1142 1164 +22
+ Misses 93 90 -3
+ Partials 104 100 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b13885f to
fa453cb
Compare
|
Hmm... the I don't think this is a reasonable expectation for an extension. It's fine to assume in the ci scripts i guess, but they should be moved to somewhere under If we no longer want (Also I think you didn't mean to commit I think you should break out the format changes to a separate PR. |
491fefc to
379889f
Compare
This is how it's done in pg_tde and I tried to keep things as close as possible. So to make formatting work you need actually both.
Agree, I wanted to suggest this change, but decided that it will be too much for this PR. Changed.
No comments 🤦. Cleaned.
Together with related CI workflows or just formatting? |
pg_tde has a quite different intended audience though. pg_stat_monitor is a generic postgres plugin so very little should be assumed about the setup of whoever clones the repo imho. pg_tde is a psp plugin so the audience for that development setup is only the people working with psp. That said, I think it's fine to move the script to under .github and remove the target from the Makefile.
|
Rewrite CI pipelines to match CI setup in pg_tde repository.
ce18304 to
1794d18
Compare
| Calls | ||
| Counters | ||
| ErrorInfo | ||
| HistogramTimingType |
There was a problem hiding this comment.
Kept this file to prevent code formating workflow fail. Will remove it in favor of auto-generated in following PR.
| # - name: Run pgperltidy | ||
| # run: src/.github/scripts/run-pgperltidy.sh --assert-tidy --standard-error-output |
There was a problem hiding this comment.
Disabled to prevent perl files format failure. Will enable it in following PR.
PG-2189
Description
This PR rewrites CI workflows in a way that we use in pg_tde repo.
All code was formatted according to latest pgindent and pgperltidy.
Links