From 668644dd7776734d2e73ea2c28ce02f73dccda93 Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Fri, 20 Mar 2026 15:14:13 -0400 Subject: [PATCH 1/2] PYTHON-5766 Add codecov badge to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c807733e5b..0c403f3a8f 100644 --- a/README.md +++ b/README.md @@ -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 From 635d819ac1a29af1cd6962437111c37b5f79e6fb Mon Sep 17 00:00:00 2001 From: Jeffrey 'Alex' Clark Date: Fri, 20 Mar 2026 15:19:00 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c403f3a8f..c28ef713b1 100644 --- a/README.md +++ b/README.md @@ -4,7 +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) +[![codecov](https://codecov.io/gh/mongodb/mongo-python-driver/graph/badge.svg?branch=master)](https://codecov.io/gh/mongodb/mongo-python-driver) ## About