KC's Workspace
    Preparing search index...

    Interface GithubActionsReporterOptions

    interface GithubActionsReporterOptions {
        displayAnnotations?: boolean;
        onWritePath?: (path: string) => string;
    }
    Index

    Properties

    displayAnnotations?: boolean
    true
    
    onWritePath?: (path: string) => string