Merge pull request #33646 from the-bokya/bump-coverage
chore(deps): bump coverage
This commit is contained in:
commit
cca37bc469
3 changed files with 3 additions and 26 deletions
23
.coveragerc
23
.coveragerc
|
|
@ -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
|
||||
|
|
@ -18,7 +18,7 @@ STANDARD_EXCLUSIONS = [
|
|||
"*.scss",
|
||||
"*.vue",
|
||||
"*.html",
|
||||
"*/test_*",
|
||||
"*/test_*/*",
|
||||
"*/node_modules/*",
|
||||
"*/doctype/*/*_dashboard.py",
|
||||
"*/patches/*",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue