(session)
| 1542 | |
| 1543 | @nox.session(python="3", name="create-json-coverage-reports") |
| 1544 | def create_json_coverage_reports(session): |
| 1545 | _report_coverage(session, combine=True, cli_report=False, json_report=True) |
| 1546 | |
| 1547 | |
| 1548 | @nox.session( |
nothing calls this directly
no test coverage detected