Skip to content

Commit

Permalink
update code coverage actions and dotnet vsn
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhenryhf committed Sep 30, 2024
1 parent b898726 commit bc20e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/full-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,12 @@ jobs:
name: code-coverage
path: coverage
- name: Setup .NET Core # Required to execute ReportGenerator
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x
dotnet-version: 8.x
dotnet-quality: 'ga'
- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.24
uses: danielpalme/ReportGenerator-GitHub-Action@5.3.9
with:
reports: coverage/*.xml
targetdir: coveragereport
Expand Down

0 comments on commit bc20e17

Please sign in to comment.