(ctx)
| 20 | 'verbose', |
| 21 | { |
| 22 | onInit(ctx) { |
| 23 | ctx.getRootProject().provide('coverage', { |
| 24 | provider: ctx.config.coverage.provider, |
| 25 | thresholds: (ctx.config.coverage as any).thresholds, |
| 26 | }) |
| 27 | }, |
| 28 | }, |
| 29 | ], |
| 30 | }, { throwOnError: false }) |
nothing calls this directly
no test coverage detected