Browse Source

Merge pull request #3141 from SixLabors/dependabot/github_actions/codecov/codecov-action-7

Bump codecov/codecov-action from 6 to 7
pull/2854/merge
James Jackson-South 3 weeks ago
committed by GitHub
parent
commit
9c41e9c12e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/code-coverage.yml

2
.github/workflows/code-coverage.yml

@ -93,7 +93,7 @@ jobs:
path: tests/Images/ActualOutput/
- name: Codecov Update
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
with:
flags: unittests

Loading…
Cancel
Save