Browse Source
Merge pull request #2657 from SixLabors/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
pull/2658/head
James Jackson-South
2 years 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
|
|
|
@ -81,7 +81,7 @@ jobs: |
|
|
|
path: tests/Images/ActualOutput/ |
|
|
|
|
|
|
|
- name: Codecov Update |
|
|
|
uses: codecov/codecov-action@v3 |
|
|
|
uses: codecov/codecov-action@v4 |
|
|
|
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors') |
|
|
|
with: |
|
|
|
flags: unittests |
|
|
|
|