Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 14, 2023
1 parent 86571bc commit 4d510cb
Show file tree
Hide file tree
Showing 6 changed files with 26,974 additions and 3,801 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Use the online [configuration tool](https://reportgenerator.io/usage) to get sta
- name: Setup .NET Core # Required to execute ReportGenerator
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x
dotnet-version: 8.x
dotnet-quality: 'ga'

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.26
uses: danielpalme/ReportGenerator-GitHub-Action@5.2.0
with:
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inputs:
required: false
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'bar-chart-2'
Expand Down
Loading

0 comments on commit 4d510cb

Please sign in to comment.