Skip to content

Commit

Permalink
omit data module from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jul 3, 2023
1 parent 0e592a2 commit 7432b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ addopts = "--cov=./src --cov-report=xml"
[tool.coverage.run]
omit = [
"src/access_nri_intake/_version.py",
"src/access_nri_intake/data",
]

[tool.ruff]
Expand Down

0 comments on commit 7432b84

Please sign in to comment.