(session)
| 1273 | |
| 1274 | @nox.session(python="3", name="report-coverage") |
| 1275 | def report_coverage(session): |
| 1276 | _report_coverage(session, combine=True, cli_report=True) |
| 1277 | |
| 1278 | |
| 1279 | @nox.session(python="3", name="coverage-report") |
nothing calls this directly
no test coverage detected