From 8b7b5fdde904d8a2dceeb320b7334879e4924b78 Mon Sep 17 00:00:00 2001 From: Soumyadip Sarkar Date: Thu, 5 Mar 2026 23:33:59 +0530 Subject: [PATCH] Exclude overload stubs from coverage accounting --- balance/stats_and_plots/weights_stats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balance/stats_and_plots/weights_stats.py b/balance/stats_and_plots/weights_stats.py index 7d9831710..ac3c88dd3 100644 --- a/balance/stats_and_plots/weights_stats.py +++ b/balance/stats_and_plots/weights_stats.py @@ -211,7 +211,7 @@ def prop_above_and_below( above: tuple[float, ...] | list[float] | None = (1, 2, 3, 5, 10), return_as_series: Literal[True] = True, ) -> pd.Series | None: - pass + pass # pragma: no cover @overload @@ -222,7 +222,7 @@ def prop_above_and_below( *, return_as_series: Literal[False], ) -> PropAboveBelowResult | None: - pass + pass # pragma: no cover def prop_above_and_below(