From d2cddd23410dc8c09e732a7acd57b4876a4ea030 Mon Sep 17 00:00:00 2001 From: Amarjeet LNU Date: Sat, 18 Jul 2026 06:56:52 -0700 Subject: [PATCH] test: trigger CI to verify Codecov config (DO NOT MERGE) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No-op docstring line in sagemaker.mlops to force a unit-test coverage upload so we can confirm the merged codecov.yml takes effect: - test files excluded from the report (ignore: list) - product-only project coverage (~71%, not the old test-inflated ~90%) - project floor 65% / patch 70% status targets This branch is cut from current master (contains codecov.yml). Verification only — not intended to merge. --- sagemaker-mlops/src/sagemaker/mlops/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sagemaker-mlops/src/sagemaker/mlops/__init__.py b/sagemaker-mlops/src/sagemaker/mlops/__init__.py index 18527db318..db98219d98 100644 --- a/sagemaker-mlops/src/sagemaker/mlops/__init__.py +++ b/sagemaker-mlops/src/sagemaker/mlops/__init__.py @@ -15,6 +15,10 @@ Example usage: from sagemaker.mlops import ModelBuilder from sagemaker.mlops.workflow import Pipeline, TrainingStep + +Note: + No-op docstring line added only to trigger CI for a Codecov config + verification (DO NOT MERGE). """ from __future__ import absolute_import