Skip to content

Commit

Permalink
add coverage to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
westin-m committed Oct 10, 2024
1 parent a63e6fd commit d5399b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@ jobs:
- name: Test with .NET standard2.0
run: dotnet test --no-restore --no-build Microsoft.Identity.Web.sln -f netstandard2.0 -p:FROM_GITHUB_ACTION=true --configuration Release --filter "(FullyQualifiedName!~Microsoft.Identity.Web.Test.Integration)&(FullyQualifiedName!~WebAppUiTests)&(FullyQualifiedName=IntegrationTests)"

- name: Coverage Diff
uses: greatwizard/coverage-diff-action@v1

0 comments on commit d5399b5

Please sign in to comment.