(session)
| 1500 | |
| 1501 | @nox.session(python="3", name="combine-coverage") |
| 1502 | def combine_coverage(session): |
| 1503 | _report_coverage(session, combine=True, cli_report=False) |
| 1504 | |
| 1505 | |
| 1506 | @nox.session( |
nothing calls this directly
no test coverage detected