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 d94e943 + 8505956 commit 96cd7a5Copy full SHA for 96cd7a5
1 file changed
.github/workflows/code-coverage.yml
@@ -80,7 +80,7 @@ jobs:
80
XUNIT_PATH: .\tests\PolygonClipper.Tests # Required for xunit
81
82
- name: Codecov Update
83
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
84
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
85
with:
86
flags: unittests
0 commit comments