Skip to content

Commit ea2ca51

Browse files
committed
switch os for coverage upload
1 parent 3c4585a commit ea2ca51

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
@@ -121,7 +121,7 @@ jobs:
121121
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true
122122
- name: Upload coverage to codecov.io
123123
# TODO: Why does codecov report 3.83% decreased coverage?
124-
if: matrix.os == 'ubuntu-latest'
124+
if: matrix.os == 'windows-latest'
125125
uses: codecov/codecov-action@v3
126126
- name: Generate packages
127127
shell: pwsh

0 commit comments

Comments
 (0)