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

Function report_coverage

noxfile.py:1275–1276  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

1273
1274@nox.session(python="3", name="report-coverage")
1275def report_coverage(session):
1276 _report_coverage(session, combine=True, cli_report=True)
1277
1278
1279@nox.session(python="3", name="coverage-report")

Callers

nothing calls this directly

Calls 1

_report_coverageFunction · 0.85

Tested by

no test coverage detected