From c08eefeb56d18df77903b7785873b0ad9cd2b150 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Fri, 30 May 2025 06:23:57 -0700 Subject: [PATCH] test: intentionally reduce python coverage See if it's reflected in codecov --- oci_python_image/hello_world/app_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oci_python_image/hello_world/app_test.py b/oci_python_image/hello_world/app_test.py index 40b0610..2855c70 100644 --- a/oci_python_image/hello_world/app_test.py +++ b/oci_python_image/hello_world/app_test.py @@ -3,4 +3,4 @@ def test_moo(): app = Cow("John") - app.say_hello() + # app.say_hello()