From 339a418792cf84275861b38e91bea24edfe54c76 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:41:31 +0300 Subject: [PATCH] Update tool coverage config --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d80c40bf..692eca2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -191,10 +191,7 @@ relative_files = true [tool.coverage.report] # Exclude templates from coverage reports: -omit = ['*.j2.*', 'rendercv/__main__.py'] - -# Exclude specific lines from coverage: -exclude_lines = ['if __name__ == .__main__.:'] +omit = ['*.j2.*'] [tool.pytest.ini_options] log_cli_level = 'INFO'