Skip to content

Commit 0819331

Browse files
committed
try: turn off logger
1 parent feb8942 commit 0819331

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ jobs:
118118
dotnet build --no-restore --configuration Release --version-suffix=$env:PACKAGE_VERSION_SUFFIX
119119
- name: Test
120120
run: |
121-
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true
121+
#dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true
122+
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
122123
- name: Upload coverage to codecov.io
123124
# TODO: Why does codecov report 3.83% decreased coverage?
124-
if: matrix.os == 'windows-latest'
125+
if: matrix.os == 'ubuntu-latest'
125126
uses: codecov/codecov-action@v3
126127
- name: Generate packages
127128
shell: pwsh

0 commit comments

Comments
 (0)