[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-55-g3e663a816
git at osgeo.org
git at osgeo.org
Fri May 12 06:58:19 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, stable-3.3 has been updated
via 3e663a81637a352153def4fe72f7628641c1d526 (commit)
from 33fd353c5573e7dd398ee01ddeeb84419fff2379 (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 3e663a81637a352153def4fe72f7628641c1d526
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