Skip to content

Commit

Permalink
... Just run coverage on net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolek committed Jul 25, 2022
1 parent 0402c76 commit 47e06a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ jobs:

- name: Checkout
uses: actions/checkout@v2

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x

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

- name: Test coverage
run: dotnet test --nologo -f netcoreapp3.1 /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura /p:CoverletOutput="./TestResults/"
run: dotnet test --nologo -f net6.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 47e06a6

Please sign in to comment.