summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-23 08:18:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-23 08:18:32 -0400
commitbd36f540f4ab9a7155da3993f5d7d48b10112900 (patch)
tree341257b6846a75aa58041f826474985d8af638cc
parent774e65df7d1b4274b221905df14c1038b8d2a465 (diff)
downloadpython-coveragepy-git-bd36f540f4ab9a7155da3993f5d7d48b10112900.tar.gz
Add Tidelift links
-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 89af1ba1..b5a21d27 100644
--- a/README.rst
+++ b/README.rst
@@ -10,12 +10,17 @@ Code coverage testing for Python.
| |license| |versions| |status|
| |ci-status| |win-ci-status| |docs| |codecov|
| |kit| |format| |repos|
-| |saythanks|
+| |tidelift| |saythanks|
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.7.
@@ -113,3 +118,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 149eba07..e1830f1a 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -93,6 +93,11 @@ not.
.. _described here: http://coverage.readthedocs.io/
+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
-----------