Skip to content

Commit 33bc99e

Browse files
committed
try with exclude for GitHubActionsTestLogger
1 parent 454d295 commit 33bc99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
dotnet build --no-restore --configuration Release --version-suffix=$env:PACKAGE_VERSION_SUFFIX
125125
- name: Test
126126
run: |
127-
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.DeterministicReport=true
127+
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.DeterministicReport=true DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Exclude=[GitHubActionsTestLogger]*
128128
- name: Upload coverage to artifacts
129129
if: matrix.os == 'ubuntu-latest'
130130
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)