Skip to content

Commit

Permalink
perhaps I treated you too harshly
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m committed Oct 23, 2024
1 parent 991a5fb commit 525a3bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,13 @@ jobs:
- name: Test with .NET 6.0.x
run: dotnet test --no-restore --no-build Microsoft.Identity.Web.sln -f net6.0 -v normal -p:FROM_GITHUB_ACTION=true --configuration Release --collect "Xplat Code Coverage" --filter "(FullyQualifiedName!~Microsoft.Identity.Web.Test.Integration)&(FullyQualifiedName!~WebAppUiTests)&(FullyQualifiedName!~IntegrationTests)&(FullyQualifiedName!~TokenAcquirerTests)"

# - name: Upload Coverage Report
# uses: actions/upload-artifact@v4
# with:
# path: "./**/coverage.cobertura.xml"

- name: Create code coverage report
run: |
dotnet tool install -g dotnet-reportgenerator-globaltool
reportgenerator -reports:./**/coverage.cobertura.xml -targetdir:CodeCoverage -reporttypes:'MarkdownSummaryGithub;Cobertura'
- name: Write to Job Summary
shell: bash
run: cat CodeCoverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY

- name: Test with .NET 7.0.x
Expand Down

0 comments on commit 525a3bf

Please sign in to comment.