Check code coverage status for builtin test suite of pg_tde.
Description
How to document
How to test
Attachments
Activity

naeem.akhter 2 days agoEdited
Please refer to code coverage status of release-17.4 branch of pg_tde as of today. (unzip and browse via index.html present in unzipped folder.)
Following is overall status as of now.
|
|
|
| Coverage | Total | Hit |
---|---|---|---|---|---|---|
Test: | coverage.info |
| Lines: | 54.6 % | 10511 | 5740 |
Test Date: | 2025-03-14 16:14:28 |
| Functions: | 74.6 % | 595 | 444 |
I have excluded the 'pg_tde/src/libkmip/libkmip/' folder from the code coverage, assuming that it is an external library that we are using. Right?
@zsolt.parragi @andrew @Andreas Karlsson
For detailed coverage details please use the attached zip file (tde_code_coverage.zip), and browse via index.html.Please do let me know if you see any anomaly, and some specific folders or source tree needs to be included or excluded. Your feedback will allow me to help in adding a GH action with right information, to postgres repo and integrate with codecov.

naeem.akhter 2 days ago
Details
Details
Assignee

Reporter

Components
Priority
Smart Checklist
Open Smart Checklist
Smart Checklist

Verify % of code (lines and functions) that are being covered by existing test suite that we have for pg_tde.