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

Function coverage_report

noxfile.py:1280–1281  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

1278
1279@nox.session(python="3", name="coverage-report")
1280def coverage_report(session):
1281 _report_coverage(session, combine=True, cli_report=True)
1282
1283
1284@nox.session(python=False, name="decompress-dependencies")

Callers

nothing calls this directly

Calls 1

_report_coverageFunction · 0.85

Tested by

no test coverage detected