From 33075ca839d01b324c2d6a5934ba5dc4af96e7ed Mon Sep 17 00:00:00 2001 From: Yojeet <84186427+Circout-sudo@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:02:32 +0200 Subject: [PATCH] Add pytest-cov coverage reporting (informational, not a CI gate) Add pytest-cov coverage reporting (informational, not a CI gate) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 07c45a3..fb7e3ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ excel = ["openpyxl>=3.0"] parquet = ["pyarrow>=10.0"] proxy = ["scipy>=1.10"] benchmark = ["scikit-learn>=1.8.0", "pyyaml>=6.0", "fairlearn>=0.14.0", "matplotlib>=3.10"] +test = ["pytest>=8.0", "pytest-cov>=5.0"] [project.urls] Homepage = "https://github.com/yakew7/Fair-Code"