Skip to content

Commit

Permalink
remove unused coverage cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 18, 2024
1 parent 0a59f55 commit 223e2e4
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ python_requires = >=3.8, <3.13
packages = find:
install_requires =
wipac-dev-tools
zstd
zstd

[options.extras_require]
all =
Expand Down Expand Up @@ -110,33 +110,6 @@ exclude =
example
examples

[coverage:run]
branch = True
parallel = True

[coverage:report]
# regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Don't complain about missing debug-only code:
def __repr__
if self\.debug

# Don't complain if tests don't hit defensive assertion code:
raise AssertionError
raise NotImplementedError

# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == .__main__.:
omit = *__init__*
ignore_errors = True

[coverage:html]
directory = htmlcov

[flake8]
ignore = E226,E261,E302,E305,E501,W503,W504

Expand Down

0 comments on commit 223e2e4

Please sign in to comment.