mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Merge pull request #406 from rosenbjerg/feat/only-upload-coverage-on-windows
Only upload to codecov on windows
This commit is contained in:
commit
2777cf73e5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -45,7 +45,8 @@ jobs:
|
||||||
- name: Test with dotnet
|
- name: Test with dotnet
|
||||||
run: dotnet test FFMpegCore.sln --collect "XPlat Code Coverage" --logger GitHubActions
|
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
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
directory: FFMpegCore.Test/TestResults
|
directory: FFMpegCore.Test/TestResults
|
||||||
|
|
Loading…
Reference in a new issue