Skip to content

Commit

Permalink
chore: correctly ignore init file in coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 8, 2025
1 parent b7c2ec0 commit 4d30734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,16 +199,16 @@ ignore_errors = true

[tool.coverage.paths]
source = [ "src", "*/site-packages" ]
omit = [
"**/__init__.py",
]

[tool.coverage.run]
branch = true
parallel = true
source = [
source_pkgs = [
"seamless_3dep",
]
omit = [
"**/__init__.py",
]

[tool.pyright]
exclude = [
Expand Down

0 comments on commit 4d30734

Please sign in to comment.