From ee7872cb53b26655034d5815ea0a556c3f420425 Mon Sep 17 00:00:00 2001 From: Amarjeet LNU Date: Sat, 18 Jul 2026 11:58:47 -0700 Subject: [PATCH] test: trigger CI to verify Codecov config (DO NOT MERGE) No-op docstring line in sagemaker.mlops to force a unit-test coverage upload from a SAME-REPO branch (fork PRs upload without PR/branch context and Codecov errors them). Confirms 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 Branch cut from current master (contains codecov.yml). Verification only. --- 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