summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-23 08:18:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-10-06 12:51:22 -0400
commit2a9131d7d2f30a1d7ea2ffa28863693dc929004f (patch)
treec104d8abdea78f60fc46edc8f863a8e8824d9512
parentd9034d049f27226bf98f50686f68949a91b179c5 (diff)
downloadpython-coveragepy-git-2a9131d7d2f30a1d7ea2ffa28863693dc929004f.tar.gz
Add Tidelift links
(cherry picked from commit bd36f540f4ab9a7155da3993f5d7d48b10112900)
-rw-r--r--README.rst10
-rw-r--r--doc/index.rst5
2 files changed, 14 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 86b8a244..a44dba88 100644
--- a/README.rst
+++ b/README.rst
@@ -10,7 +10,7 @@ Code coverage testing for Python.
| |license| |versions| |status| |docs|
| |ci-status| |win-ci-status| |codecov|
| |kit| |format| |repos|
-| |saythanks|
+| |tidelift| |saythanks|
.. downloads badge seems to be broken... |downloads|
@@ -18,6 +18,11 @@ Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
library to determine which lines are executable, and which have been executed.
+Professional support for coverage.py is available as part of the `Tidelift
+Subscription`_.
+
+.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
+
Coverage.py runs on many versions of Python:
* CPython 2.6, 2.7 and 3.3 through pre-alpha 3.8.
@@ -112,3 +117,6 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. |saythanks| image:: https://img.shields.io/badge/saythanks.io-%E2%98%BC-1EAEDB.svg
:target: https://saythanks.io/to/nedbat
:alt: Say thanks :)
+.. |tidelift| image:: https://tidelift.com/badges/github/nedbat/coveragepy
+ :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme
+ :alt: Tidelift
diff --git a/doc/index.rst b/doc/index.rst
index 1e5ffbf4..7ce13fc1 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -107,6 +107,11 @@ tools.
.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=docs
+Professional support for coverage.py is available as part of the `Tidelift
+Subscription`_.
+
+.. _Tidelift Subscription: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=docs
+
Quick start
-----------