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 7432b84 commit d5c9c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ addopts = "--cov=./src --cov-report=xml"
[tool.coverage.run]
omit = [
"src/access_nri_intake/_version.py",
"src/access_nri_intake/data",
"src/access_nri_intake/data/__init__.py",
]

[tool.ruff]
Expand Down

0 comments on commit d5c9c59

Please sign in to comment.