Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

needs #1279

Open
2 tasks done
Mitrok-Bit opened this issue Oct 27, 2024 · 0 comments
Open
2 tasks done

needs #1279

Mitrok-Bit opened this issue Oct 27, 2024 · 0 comments

Comments

@Mitrok-Bit
Copy link

Mitrok-Bit commented Oct 27, 2024

          - name: ReportGenerator
            uses: danielpalme/[email protected]
  • gh repo clone danielpalme/ReportGenerator-GitHub-Action

  • - name: Setup .NET Core # Required to execute ReportGenerator
    uses: actions/setup-dotnet@v4
    with:
    dotnet-version: 8.x
    dotnet-quality: 'ga'

  • name: ReportGenerator
    uses: danielpalme/[email protected]
    with:
    reports: cobertura.xml
    targetdir: coveragereport
    reporttypes: Html;Clover;Cobertura;OpenCover;SonarQube;lcov;TeamCitySummary
    sourcedirs: github
    historydir: github
    plugins: 'Visual Studio Code'
    riskhotspotclassfilters: code
    verbosity: Off
    title: 'visual studiocode'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant