We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4585a commit ea2ca51Copy full SHA for ea2ca51
.github/workflows/dotnet.yml
@@ -121,7 +121,7 @@ jobs:
121
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true
122
- name: Upload coverage to codecov.io
123
# TODO: Why does codecov report 3.83% decreased coverage?
124
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'windows-latest'
125
uses: codecov/codecov-action@v3
126
- name: Generate packages
127
shell: pwsh
0 commit comments