From a25a23ebc0c9ca6cfaf49b0049707b5daf7a67d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:10:40 +0000 Subject: [PATCH 1/2] Initial plan From 4626fd696c2591f8f3b835d2051d46d5346ae017 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Feb 2026 22:11:24 +0000 Subject: [PATCH 2/2] Update print_coverage_table docstring to document files parameter Co-authored-by: TaoChenOSU <12570346+TaoChenOSU@users.noreply.github.com> --- .github/workflows/python-check-coverage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-check-coverage.py b/.github/workflows/python-check-coverage.py index 4bf094e68f..84cd500b94 100644 --- a/.github/workflows/python-check-coverage.py +++ b/.github/workflows/python-check-coverage.py @@ -214,6 +214,7 @@ def print_coverage_table( Args: packages: Dictionary of package name to coverage data. + files: Dictionary of file path to coverage data, used for per-file enforcement. threshold: Minimum required coverage percentage. overall_line_rate: Overall line coverage rate (0-1). overall_branch_rate: Overall branch coverage rate (0-1).