Differential Code Coverage report for Postgres - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Differential Code Coverage report for Postgres
Date
Msg-id CAN55FZ2k0sJpr0GxWW2-hsERx=YKciAAPVBPc_cTRa4NfkU9sg@mail.gmail.com
Whole thread Raw
Responses 回复: Differential Code Coverage report for Postgres
Re: Differential Code Coverage report for Postgres
Re: Differential Code Coverage report for Postgres
List pgsql-hackers
Hi,

I have been working on generating differential code coverage for
Postgres and was able to do so with this script [1]. The script checks
out HEAD and the latest release branch (currently REL_18_STABLE), then
generates a differential coverage report.

I also set up a GitHub Action so the report is updated daily and
published as HTML here [2].

I thought this might be useful to share, and I would be happy to hear
any feedback or suggestions.

CC’ing Álvaro since he had asked about this previously.

[1] https://github.com/nbyavuz/postgres-code-coverage/blob/main/code_coverage.sh
[2] https://nbyavuz.github.io/postgres-code-coverage

--
Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_upgrade: transfer pg_largeobject_metadata's files when possible
Next
From: Ashutosh Sharma
Date:
Subject: Re: How can end users know the cause of LR slot sync delays?