File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -118,10 +118,11 @@ jobs:
118
118
dotnet build --no-restore --configuration Release --version-suffix=$env:PACKAGE_VERSION_SUFFIX
119
119
- name : Test
120
120
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"
122
123
- name : Upload coverage to codecov.io
123
124
# TODO: Why does codecov report 3.83% decreased coverage?
124
- if : matrix.os == 'windows -latest'
125
+ if : matrix.os == 'ubuntu -latest'
125
126
uses : codecov/codecov-action@v3
126
127
- name : Generate packages
127
128
shell : pwsh
You can’t perform that action at this time.
0 commit comments