Skip to content

Commit 3587295

Browse files
committed
Updated the configuration to exlcuded auto-generated code from coverage
1 parent 4b7d769 commit 3587295

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ addopts = [
5555

5656
[tool.coverage.run]
5757
data_file = "build/coverage/.coverage"
58+
omit = [
59+
"zitadel_client/api/*",
60+
"zitadel_client/models/*"
61+
]
5862

5963
[tool.pylint.'MESSAGES CONTROL']
6064
extension-pkg-whitelist = "pydantic"

0 commit comments

Comments
 (0)