From e4b08daa4f0b6619ee9bba14e3feeb73a86c7ab2 Mon Sep 17 00:00:00 2001 From: Thomas Pierce Date: Mon, 10 Jun 2024 19:53:30 +0000 Subject: [PATCH] Exclude code coverage check --- .../distro/patches/_otlp_metric_exporter_patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_otlp_metric_exporter_patches.py b/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_otlp_metric_exporter_patches.py index 8be564a0c..a8b5fa269 100644 --- a/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_otlp_metric_exporter_patches.py +++ b/aws-opentelemetry-distro/src/amazon/opentelemetry/distro/patches/_otlp_metric_exporter_patches.py @@ -41,7 +41,7 @@ # The OpenTelemetry Authors code -def _apply_otlp_metric_exporter_patches() -> None: +def _apply_otlp_metric_exporter_patches() -> None: # pragma: no cover """OTLP Metrics Exporter patches for getting the following change in the upstream: https://github.com/open-telemetry/opentelemetry-python/commit/12f449074e80fa88b59468a48b7a4b99dbcda34d """