|
|
@ -93,7 +93,8 @@ jobs: |
|
|
path: tests/Images/ActualOutput/ |
|
|
path: tests/Images/ActualOutput/ |
|
|
|
|
|
|
|
|
- name: Codecov Update |
|
|
- name: Codecov Update |
|
|
uses: codecov/codecov-action@v4 |
|
|
uses: codecov/codecov-action@v5 |
|
|
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') |
|
|
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') |
|
|
with: |
|
|
with: |
|
|
flags: unittests |
|
|
flags: unittests |
|
|
|
|
|
token: ${{ secrets.CODECOV_TOKEN }} |
|
|
|