• Parameters

    • log: string

    Returns {
        commit: null | string;
        errors: ErrorType[];
        exitCode: null | number;
        reasons: ErrorType[];
        tests: TestType[];
        tool: null | string;
    }

Generated using TypeDoc