Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DedalusProject/dedalus
/ cov
Function
cov
dedalus/tests/__init__.py:32–36 ·
view source on GitHub ↗
Print test coverage.
()
Source
from the content-addressed store, hash-verified
30
return
pytest.main(cmd + [testpath])
31
32
def
cov():
33
""
"Print test coverage."
""
34
cmd = base_cmd()
35
cmd.extend([
"--benchmark-disable"
,
"--cov=dedalus.core"
])
36
return
pytest.main(cmd + [testpath])
Callers
1
__main__.py
File · 0.90
Calls
1
base_cmd
Function · 0.85
Tested by
no test coverage detected