Skip to content

Commit

Permalink
Drop filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaqueuCavalcante committed Oct 15, 2024
1 parent 9642f5a commit 1cade73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: dotnet build --configuration Release --no-restore

- name: Test
run: dotnet test --configuration Release --filter "FullyQualifiedName~UnitTests" --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage
run: dotnet test --configuration Release --no-build --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./coverage

- name: Code Coverage Report
uses: irongut/[email protected]
Expand Down

0 comments on commit 1cade73

Please sign in to comment.