File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
dotnet build --no-restore --configuration Release --version-suffix=$env:PACKAGE_VERSION_SUFFIX
125
125
- name : Test
126
126
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 DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Exclude=[GitHubActionsTestLogger]*
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* ]*
128
128
- name : Upload coverage to artifacts
129
129
if : matrix.os == 'ubuntu-latest'
130
130
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments