[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-806-g2f8729fdc

git at osgeo.org git at osgeo.org
Fri May 12 06:57:49 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  2f8729fdc5924292c476f6418b328cae98168ce1 (commit)
      from  f49d1e3b5cf6e876661e0ee4a3a8b1e0b35cc7f6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f8729fdc5924292c476f6418b328cae98168ce1
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri May 12 15:56:52 2023 +0200

    [gha] Enable verbosity on check step in coverage test

diff --git a/ci/github/run_coverage.sh b/ci/github/run_coverage.sh
index 6ec5912c7..48365b3ca 100644
--- a/ci/github/run_coverage.sh
+++ b/ci/github/run_coverage.sh
@@ -9,5 +9,5 @@ LDFLAGS_COV="--coverage"
 ./autogen.sh
 ./configure CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" --enable-debug
 make -j
-make check
+make check RUNTESTFLAGS=--verbose
 (curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"

-----------------------------------------------------------------------

Summary of changes:
 ci/github/run_coverage.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list