Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[run]
branch = True
source =
nginx_proxy
nginx
cloudflare
omit =
tests/*
*/test_*
*/__pycache__/*
*/venv/*
*/site-packages/*
setup.py
*/conftest.py

[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
if TYPE_CHECKING:
@abstractmethod
@abstract
precision = 2
show_missing = True

[html]
directory = htmlcov

[xml]
output = coverage.xml
Loading
Loading