Skip to content

Commit e4249f5

Browse files
committed
dummy
1 parent 7153437 commit e4249f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: dotnet test --no-build -bl --configuration Release --filter "Category=UnitV1|Category=UnitV2|Category=GRPC" --collect:"XPlat Code Coverage"
9292
- name: Generate & Merge Coverage Report
9393
if: matrix.os == 'ubuntu-latest'
94-
run: |
94+
run: |
9595
# Install reportgenerator
9696
dotnet tool install -g dotnet-reportgenerator-globaltool || dotnet tool update -g dotnet-reportgenerator-globaltool
9797
# Ensure output directory exists

0 commit comments

Comments
 (0)