pgsql: doc: Add guidelines to generate coverage reports with meson - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Add guidelines to generate coverage reports with meson
Date
Msg-id E1pa430-002aeF-RQ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Add guidelines to generate coverage reports with meson

These instructions were already available for configure-based builds,
but not the meson-based builds.  This commit closes the gap.

Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/d3751ca3-1ac9-cc5e-9315-cf9fb0eaa9e9@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f1c3963292e4efc7ea65be08a7a26f78bc91e257

Modified Files
--------------
doc/src/sgml/regress.sgml | 82 ++++++++++++++++++++++++++++++-----------------
1 file changed, 53 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available
Next
From: Andres Freund
Date:
Subject: pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base