Browse Source
Merge pull request #3097 from SixLabors/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
pull/3127/head
James Jackson-South
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/code-coverage.yml
|
|
|
@ -93,7 +93,7 @@ jobs: |
|
|
|
path: tests/Images/ActualOutput/ |
|
|
|
|
|
|
|
- name: Codecov Update |
|
|
|
uses: codecov/codecov-action@v5 |
|
|
|
uses: codecov/codecov-action@v6 |
|
|
|
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') |
|
|
|
with: |
|
|
|
flags: unittests |
|
|
|
|