diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6d3529..ca3df18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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