From 397b9ff0563401a691663dbc0006e2a21f3419b3 Mon Sep 17 00:00:00 2001 From: Israel Martinez Date: Wed, 25 Mar 2026 12:02:21 -0400 Subject: [PATCH] Add empty __init__.py so pipeline is detected as a module and included in the coverage --- tests/pipeline/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/pipeline/__init__.py diff --git a/tests/pipeline/__init__.py b/tests/pipeline/__init__.py new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/tests/pipeline/__init__.py @@ -0,0 +1 @@ +