We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e24be5c + 0d4aa3e commit 5fc087aCopy full SHA for 5fc087a
1 file changed
.github/workflows/code-coverage.yml
@@ -93,7 +93,8 @@ jobs:
93
path: tests/Images/ActualOutput/
94
95
- name: Codecov Update
96
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
97
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
98
with:
99
flags: unittests
100
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments