Skip to content

Commit

Permalink
add pyzeebe/proto/* to coverage exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Dec 27, 2024
1 parent a14f8f6 commit ec58e13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ markers = [
"e2e: end to end tests",
]

[tool.coverage.run]
omit = [
"pyzeebe/proto/*"
]

[tool.ruff]
target-version = "py39"

Expand Down

0 comments on commit ec58e13

Please sign in to comment.