We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6d4f4 commit 237378bCopy full SHA for 237378b
1 file changed
pyproject.toml
@@ -39,7 +39,7 @@ asyncio_mode = "auto"
39
asyncio_default_test_loop_scope = "function"
40
asyncio_default_fixture_loop_scope = "function"
41
filterwarnings = ["error"]
42
-addopts = "-v --cov-report=term-missing:skip-covered"
+addopts = "--cov=cf_taskpool --cov-report=term-missing"
43
44
[tool.coverage.run]
45
patch = ["subprocess"]
0 commit comments