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) 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