Skip to content

Commit

Permalink
πŸ› Exclude unit test files from test coverage (#1068)
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet authored Sep 30, 2024
1 parent 2315f78 commit d0455f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"defusedxml>=0.7.1",
"aiohttp>=3.10.5",
"simple-salesforce==1.12.6",
]
]
requires-python = ">=3.10"
readme = "README.md"

Expand Down Expand Up @@ -97,7 +97,7 @@ log_level = "WARNING"
addopts = "--ignore=dbt_packages --import-mode=importlib"

[tool.coverage.run]
omit = ['tests/integration/*']
omit = ['tests/*']

[tool.coverage.report]
show_missing = true
Expand Down

0 comments on commit d0455f2

Please sign in to comment.