Skip to content

Commit

Permalink
add __init__.py to cov
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Feb 17, 2025
1 parent 2b5cebf commit b278036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ python_files = [

[tool.coverage.run]
omit = [
"solo_epd_loader/__init*",
"setup.py",
"solo_epd_loader/_dev/*",
"solo_epd_loader/_version*",
"solo_epd_loader/conftest.py",
Expand All @@ -95,7 +95,6 @@ omit = [
"solo_epd_loader/*/tests/*",
"solo_epd_loader/extern/*",
"solo_epd_loader/version*",
"*/solo_epd_loader/__init*",
"*/solo_epd_loader/_dev/*",
"*/solo_epd_loader/conftest.py",
"*/solo_epd_loader/*setup_package*",
Expand Down

0 comments on commit b278036

Please sign in to comment.