Skip to content

Commit 237378b

Browse files
committed
Tweak pytest options
1 parent 3e6d4f4 commit 237378b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ asyncio_mode = "auto"
3939
asyncio_default_test_loop_scope = "function"
4040
asyncio_default_fixture_loop_scope = "function"
4141
filterwarnings = ["error"]
42-
addopts = "-v --cov-report=term-missing:skip-covered"
42+
addopts = "--cov=cf_taskpool --cov-report=term-missing"
4343

4444
[tool.coverage.run]
4545
patch = ["subprocess"]

0 commit comments

Comments
 (0)