MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / start_coverage_support

Function start_coverage_support

_pydev_runfiles/pydev_runfiles_coverage.py:26–32  ·  view source on GitHub ↗
(configuration)

Source from the content-addressed store, hash-verified

24# start_coverage_support
25# =======================================================================================================================
26def start_coverage_support(configuration):
27 return start_coverage_support_from_params(
28 configuration.coverage_output_dir,
29 configuration.coverage_output_file,
30 configuration.jobs,
31 configuration.coverage_include,
32 )
33
34
35# =======================================================================================================================

Callers 2

beginMethod · 0.90
run_testsMethod · 0.90

Calls 1

Tested by

no test coverage detected