Re: Differential Code Coverage report for Postgres

2025-09-06 Thread Nazir Bilal Yavuz
Hi, On Fri, 5 Sept 2025 at 13:39, Oreo Yang wrote: > > It looks very cool. Thanks! > So our goal over 90%? I am not sure of that but of course the higher the better. -- Regards, Nazir Bilal Yavuz Microsoft

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Nazir Bilal Yavuz
Hi, On Fri, 5 Sept 2025 at 22:14, Álvaro Herrera wrote: > > Thanks for working on this! > > On 2025-Sep-05, Nazir Bilal Yavuz wrote: > > > 1- One Github Actions run takes ~50 minutes for now and since this > > runs daily it is ~1500 minutes in total for a month. If you include > > manual triggers

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Álvaro Herrera
Thanks for working on this! On 2025-Sep-05, Nazir Bilal Yavuz wrote: > 1- One Github Actions run takes ~50 minutes for now and since this > runs daily it is ~1500 minutes in total for a month. If you include > manual triggers and failures, it is more than 1500 minutes. Github > allows 2000 minute

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Nazir Bilal Yavuz
Hi, On Fri, 5 Sept 2025 at 18:14, Jacob Champion wrote: > > On Fri, Sep 5, 2025 at 12:09 AM Nazir Bilal Yavuz wrote: > > 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

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Nazir Bilal Yavuz
Hi, On Fri, 5 Sept 2025 at 18:14, Andres Freund wrote: > > On 2025-09-05 10:09:27 +0300, Nazir Bilal Yavuz wrote: > > 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 bra

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Jacob Champion
On Fri, Sep 5, 2025 at 12:09 AM Nazir Bilal Yavuz wrote: > 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 c

Re: Differential Code Coverage report for Postgres

2025-09-05 Thread Andres Freund
Hi, On 2025-09-05 10:09:27 +0300, Nazir Bilal Yavuz wrote: > 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

回复: Differential Code Coverage report for Postgres

2025-09-05 Thread Oreo Yang
It looks very cool. So our goal over 90%? Thanks, OreoYang 发件人: Nazir Bilal Yavuz 已发送: 2025 年 9 月 5 日 星期五 15:09 收件人: PostgreSQL Hackers 抄送: Andres Freund ; Álvaro Herrera 主题: Differential Code Coverage report for Postgres Hi, I have been working on generating

Differential Code Coverage report for Postgres

2025-09-05 Thread Nazir Bilal Yavuz
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