We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
- 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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: