Skip to content

Commit aa9cd35

Browse files
committed
✨ Update build-release.yml to ensure consistent code coverage collection for unit and integration tests
1 parent d42d4b9 commit aa9cd35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)