[geos-commits] [SCM] GEOS branch main updated. cdc6dbd6def66a73ad89d2dcf4f01893afe1f94c
git at osgeo.org
git at osgeo.org
Sun Dec 7 13:05:53 PST 2025
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 "GEOS".
The branch, main has been updated
via cdc6dbd6def66a73ad89d2dcf4f01893afe1f94c (commit)
from 347b3fad55b05750e471aafa8ca3c7338ba25ee5 (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 cdc6dbd6def66a73ad89d2dcf4f01893afe1f94c
Author: Mike Taves <mwtoews at gmail.com>
Date: Mon Dec 8 10:05:18 2025 +1300
Codecov threshold configuration and README.md badge (#1337)
diff --git a/.codecov.yml b/.codecov.yml
index c22939992..8241bcfb1 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -1,8 +1,13 @@
coverage:
precision: 2
+ status:
+ project:
+ default:
+ target: auto
+ threshold: 1%
ignore:
- "tests/unit/tut"
- "tests/xmltester/tinyxml2"
-comment: off
+comment: false
diff --git a/README.md b/README.md
index 4f198e8bc..f50da2760 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ The official Git repository is at [GitHub](https://github.com/libgeos/geos).
| :---: | :----- | :---: | :----- | :---: | :----- |
| GitHub | [](https://github.com/libgeos/geos/actions?query=workflow:CI+branch:main) | Bessie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=bessie) | Debbie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Master/) |
| Winnie | [](https://winnie.postgis.net/view/GEOS/job/GEOS_Master/) | Berrie | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie) | Berrie64 | [](https://debbie.postgis.net/view/GEOS/job/GEOS_Worker_Run/label=berrie64) |
+| Codecov | [](https://codecov.io/gh/libgeos/geos) | | | | |
## Community Resources
-----------------------------------------------------------------------
Summary of changes:
.codecov.yml | 7 ++++++-
README.md | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list