File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 run : dotnet build src/DispatchR/DispatchR.csproj --configuration Release --no-restore
3434
3535 - name : Run Unit Tests
36- run : dotnet test tests/DispatchR.UnitTest/DispatchR.UnitTest.csproj --configuration Release --no-build --filter "TestCategory=Unit" -- collect:"XPlat Code Coverage"
36+ run : dotnet test tests/DispatchR.UnitTest/DispatchR.UnitTest.csproj --configuration Release --no-build --collect:"XPlat Code Coverage"
3737
3838 - name : Run Integration Tests
39- run : dotnet test tests/DispatchR.IntegrationTest/DispatchR.IntegrationTest.csproj --configuration Release --no-build --filter "TestCategory=Integration" -- collect:"XPlat Code Coverage"
39+ run : dotnet test tests/DispatchR.IntegrationTest/DispatchR.IntegrationTest.csproj --configuration Release --no-build --collect:"XPlat Code Coverage"
4040
4141 - name : Upload Coverage to Codecov
4242 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments