PYTHON-5766 Add codecov badge to readme

This commit is contained in:
Jeffrey 'Alex' Clark 2026-03-20 15:14:13 -04:00
parent ec9d95413c
commit 668644dd77

View File

@ -4,6 +4,7 @@
[![Python Versions](https://img.shields.io/pypi/pyversions/pymongo)](https://pypi.org/project/pymongo)
[![Monthly Downloads](https://static.pepy.tech/badge/pymongo/month)](https://pepy.tech/project/pymongo)
[![API Documentation Status](https://readthedocs.org/projects/pymongo/badge/?version=stable)](http://pymongo.readthedocs.io/en/stable/api?badge=stable)
[![codecov](https://codecov.io/gh/mongodb/mongo-python-driver/graph/badge.svg?token=FBhKFzbRKS)](https://codecov.io/gh/mongodb/mongo-python-driver)
## About