Only upload to codecov on windows

This commit is contained in:
Malte Rosenbjerg 2023-02-21 16:49:47 +01:00
parent 55c90fb081
commit e3a9ef3def

View file

@ -45,7 +45,8 @@ jobs:
- name: Test with dotnet
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions
- name: Upload coverage reports to Codecov
- if: matrix.os == 'windows-latest'
name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
directory: FFMpegCore.Test/TestResults