(state, proj)
| 125486 | } |
| 125487 | } |
| 125488 | function reportParseConfigFileDiagnostic(state, proj) { |
| 125489 | reportAndStoreErrors(state, proj, [state.configFileCache.get(proj)]); |
| 125490 | } |
| 125491 | function reportErrorSummary(state, buildOrder) { |
| 125492 | if (!state.needsSummary) |
| 125493 | return; |
no test coverage detected