Merge pull request #33646 from the-bokya/bump-coverage

chore(deps): bump coverage
This commit is contained in:
Akhil Narang 2025-08-18 11:44:24 +05:30 committed by GitHub
commit cca37bc469
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 26 deletions

View file

@ -1,23 +0,0 @@
[run]
omit =
tests/*
.github/*
commands/*
**/test_*.py
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
exclude_also =
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
if TYPE_CHECKING:
class .*\bProtocol\):
@(abc\.)?abstractmethod

View file

@ -18,7 +18,7 @@ STANDARD_EXCLUSIONS = [
"*.scss",
"*.vue",
"*.html",
"*/test_*",
"*/test_*/*",
"*/node_modules/*",
"*/doctype/*/*_dashboard.py",
"*/patches/*",

View file

@ -130,7 +130,7 @@ dev = [
]
test = [
"unittest-xml-reporting~=3.2.0",
"coverage~=6.5.0",
"coverage~=7.10.0",
"Faker~=18.10.1",
"hypothesis~=6.77.0",
"freezegun~=1.5.1",
@ -148,7 +148,7 @@ skip_namespaces = [
]
[tool.bench.dev-dependencies]
coverage = "~=6.5.0"
coverage = "~=7.10.0"
Faker = "~=18.10.1"
pyngrok = "~=6.0.0"
unittest-xml-reporting = "~=3.2.0"