Skip to content

Commit 2b02287

Browse files
committed
Updated action to not check for OS in codecov upload step
1 parent 8f68ef9 commit 2b02287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/dotnet-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
run: dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./TestResults
3232

3333
- name: Upload coverage reports to Codecov
34-
if: matrix.os == 'ubuntu-latest'
3534
uses: codecov/codecov-action@v5
3635
with:
3736
directory: ./TestResults

0 commit comments

Comments
 (0)