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
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ omit = [
show_missing = true

[tool.coverage.run]
# endpoint/services.py is mostly ORM, git, and subprocess integration; a single
# unit test touches a thin slice while the rest needs heavier integration setup.
# Measuring it in the global gate makes fail_under=90 unreachable without a large
# dedicated suite, so it is omitted from coverage collection.
omit = ["*/endpoint/services.py"]
omit = []
source = ["boost_weblate"]

# liccheck: regex on PyPI license classifiers (as_regex).
Expand Down
Loading
Loading