Skip to content

Commit

Permalink
we need more verbosity in the testcov step
Browse files Browse the repository at this point in the history
  • Loading branch information
joharasmus authored Dec 20, 2024
1 parent 2a19b94 commit 6c8253d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=lcov

- name: Run reportgeneration by building the proj
run: dotnet build SharpFractionsTest/SharpFractionsTestCoverage.csproj
run: dotnet build SharpFractionsTest/SharpFractionsTestCoverage.csproj --verbosity normal

- name: Upload ReportGen artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 6c8253d

Please sign in to comment.