From ba78acaeab266fcea4576208e34769f01aa348e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 27 Dec 2025 13:34:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20coverage=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d6337f731..9c2c35a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -214,6 +214,7 @@ omit = [ "docs_src/path_operation_advanced_configuration/tutorial007_pv1_py39.py", "docs_src/settings/app03_py39/config_pv1.py", "docs_src/settings/app03_an_py39/config_pv1.py", + "docs_src/settings/tutorial001_pv1_py39.py", ] [tool.coverage.report]