Skip to content

Commit d6bf04a

Browse files
committed
fix coverage
1 parent ecc6085 commit d6bf04a

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,7 @@ artifacts = []
5353
# >>> Hatch Tests <<<
5454

5555
[tool.hatch.envs.hatch-test]
56-
extra-dependencies = [
57-
"pytest-sugar",
58-
"pytest-cov",
59-
"anyio",
60-
"reactpy[testing,starlette]",
61-
]
56+
extra-dependencies = ["pytest-sugar", "anyio", "reactpy[testing,starlette]"]
6257
randomize = true
6358
matrix-name-format = "{variable}-{value}"
6459

@@ -130,8 +125,5 @@ source = ["src/", "tests/"]
130125
source = ["src/"]
131126

132127
[tool.coverage.report]
133-
fail_under = 100
134128
show_missing = true
135-
skip_covered = true
136-
sort = "Miss"
137129
exclude_lines = ["pragma: no cover", "...", "raise NotImplementedError"]

0 commit comments

Comments
 (0)