MCPcopy
hub / github.com/saltstack/salt / combine_coverage

Function combine_coverage

noxfile.py:1502–1503  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

1500
1501@nox.session(python="3", name="combine-coverage")
1502def combine_coverage(session):
1503 _report_coverage(session, combine=True, cli_report=False)
1504
1505
1506@nox.session(

Callers

nothing calls this directly

Calls 1

_report_coverageFunction · 0.85

Tested by

no test coverage detected