We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d6ae5 commit 8e8d964Copy full SHA for 8e8d964
1 file changed
pyproject.toml
@@ -92,7 +92,14 @@ addopts = "-q --cov=bookmark_checker --cov-report=term-missing --cov-report=xml
92
93
[tool.coverage.run]
94
source = ["bookmark_checker"]
95
-omit = ["*/tests/*", "*/__pycache__/*"]
+omit = [
96
+ "*/tests/*",
97
+ "*/__pycache__/*",
98
+ "*/__main__.py",
99
+ "*/app.py",
100
+ "*/ui/*",
101
+ "*/i18n/translations.py",
102
+]
103
104
[tool.coverage.report]
105
exclude_lines = [
0 commit comments