Browse Source

Update code-coverage.yml

pull/3056/head
James Jackson-South 3 months ago
parent
commit
997c431a1e
  1. 3
      .github/workflows/code-coverage.yml

3
.github/workflows/code-coverage.yml

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

Loading…
Cancel
Save