@mikeyt23/node-cli-utils
    Preparing search index...

    Function ensureReportGeneratorTool

    • Ensures the latest version of dotnet-reportgenerator-globaltool is installed as a "dotnet local tool" in the current working directory with the latest version that is compatible with the latest dotnet SDK version currently installed.

      This package is used to convert code coverage data into a human-readable report: https://github.com/danielpalme/ReportGenerator

      Unsure why the name of the tool has "global" in it - it is neither local nor global (can be installed as either).

      Use ensureDotnetTool directly for different options.

      Returns Promise<void>