Skip to content

Commit 58491e7

Browse files
committed
Try minimal
1 parent f410df3 commit 58491e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
dotnet build --no-restore --configuration Release /p:VersionSuffix=$env:PACKAGE_VERSION_SUFFIX
133133
- name: Test
134134
run: |
135-
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;verbosity=normal;summary.includeSkippedTests=true"
135+
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;verbosity=minimal;summary.includeSkippedTests=true"
136136
- name: Upload coverage to codecov.io
137137
if: matrix.os == 'ubuntu-latest'
138138
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)