From ea0a588e4790e5f50abbd0904b6f5e7213c67963 Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Tue, 19 Nov 2024 07:02:10 -0500 Subject: [PATCH] dump codecov badge and add pepy.tech monthly downloads --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fd6d8afa..bd749e76 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,7 @@ Style |style badge| Distribution | |version badge| | |python versions badge| | |python interpreters badge| + | |downloads badge| ============= ============================= @@ -207,8 +208,8 @@ and pull requests are very welcome! Please read the `code of conduct`_. :target: `tests`_ :alt: Tests -.. _coverage: https://codecov.io/gh/richardsheridan/trio-parallel -.. |coverage badge| image:: https://codecov.io/gh/richardsheridan/trio-parallel/branch/main/graph/badge.svg?token=EQqs2abxxG +.. _coverage: https://github.com/richardsheridan/trio-parallel/actions?query=branch%3Amain +.. |coverage badge| image:: https://img.shields.io/github/actions/workflow/status/richardsheridan/trio-parallel/ci.yml?branch=main&label=100%25%20coverage :target: `coverage`_ :alt: Test coverage @@ -222,6 +223,11 @@ and pull requests are very welcome! Please read the `code of conduct`_. :target: `license`_ :alt: MIT -or- Apache License 2.0 +.. _downloads: https://pepy.tech/project/trio-parallel +.. |downloads badge| image:: https://static.pepy.tech/badge/trio-parallel/month + :target: `downloads`_ + :alt: Monthly Downloads + .. _coverage.py: https://coverage.readthedocs.io/ .. _viztracer: https://viztracer.readthedocs.io/ .. _cloudpickle: https://github.com/cloudpipe/cloudpickle