From 5c7e0feaed0e5c8537953985e7aabe0b542b5efc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 6 Dec 2024 22:46:21 -0800 Subject: [PATCH 1/2] Remove references to non-functional Coveralls Coveralls has not worked since Travis CI was removed back in 2021(?). Documentation still shows it is being used. It hasn't been missed. - Closes #537 - See #233, which I think should be closed. --- README.md | 3 --- docs/contribute.md | 1 - 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index 481eec7e..1bf7c5bc 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,3 @@ Issues Continuous Integration tested on [GitHub Actions](https://github.com/plone/plone.api/actions). -Code Coverage - is measured at [Coveralls.io](https://coveralls.io/github/plone/plone.api). - diff --git a/docs/contribute.md b/docs/contribute.md index 4df6de3a..ebacea56 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -241,4 +241,3 @@ The documentation is rendered with a link from the API reference to the narrativ - {doc}`plone:index` - [Source code](https://github.com/plone/plone.api) - [Issue tracker](https://github.com/plone/plone.api/issues) -- [Code Coverage](https://coveralls.io/github/plone/plone.api) From 86ae02909232d9d366cb4e13db4515525fef487a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Fri, 6 Dec 2024 22:48:12 -0800 Subject: [PATCH 2/2] news --- news/543.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/543.documentation diff --git a/news/543.documentation b/news/543.documentation new file mode 100644 index 00000000..74efef8b --- /dev/null +++ b/news/543.documentation @@ -0,0 +1 @@ +Remove references to unused Coveralls. @stevepiercy