mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 12:36:44 +00:00
Bump codecov/codecov-action and set CODECOV_TOKEN
This commit is contained in:
parent
cf8f7cc674
commit
a3a3144aac
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -47,7 +47,8 @@ jobs:
|
|||
|
||||
- if: matrix.os == 'windows-latest'
|
||||
name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
directory: FFMpegCore.Test/TestResults
|
||||
fail_ci_if_error: true
|
||||
directory: FFMpegCore.Test/TestResults
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue