From a4ef067b3fc560932fac1224307ffb5a12d8c78d Mon Sep 17 00:00:00 2001 From: "Hadley, Caleb" Date: Fri, 5 Sep 2025 20:03:13 -0400 Subject: [PATCH 1/2] docs(readme): Add Pytest Cov as an alternative for code coverage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcb7722..b2645d0 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ Edition, validation, and versioning of your project source code. - **Limitations**: - None - **Alternatives**: - - None? + - [Pytest Cov](https://pytest-cov.readthedocs.io/en/latest/) Simple code coverage package for users leveraging Pytest to run tests. ### Editor: [VS Code](https://code.visualstudio.com/) From 2136c31cf1e17b9c72860cec28e6ec25f8f517a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Hurier=20=28Fmind=29?= Date: Sun, 7 Sep 2025 16:02:04 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2645d0..87eaa31 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ Edition, validation, and versioning of your project source code. - **Limitations**: - None - **Alternatives**: - - [Pytest Cov](https://pytest-cov.readthedocs.io/en/latest/) Simple code coverage package for users leveraging Pytest to run tests. +- - [Pytest Cov](https://pytest-cov.readthedocs.io/en/latest/) A Pytest plugin that uses `coverage.py` to measure code coverage. ### Editor: [VS Code](https://code.visualstudio.com/)