Skip to content

Commit

Permalink
Fix cover.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolek committed Nov 18, 2023
1 parent ec13f26 commit c85d6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- name: Checkout
uses: actions/checkout@v4

- name: Setup .NET 8.0
uses: actions/setup-dotnet@v3
with:
Expand All @@ -19,7 +19,7 @@ jobs:
run: dotnet tool install -g dotnet-reportgenerator-globaltool

- name: Test coverage
run: dotnet test --nologo -f net6.0 /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput="./TestResults/"
run: dotnet test --nologo -f net8.0 /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput="./TestResults/"
working-directory: test/W4k.AspNetCore.Correlator.UnitTests

- name: Generate report
Expand Down

0 comments on commit c85d6df

Please sign in to comment.