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.
1 parent 259347d commit f0ed1b7Copy full SHA for f0ed1b7
.github/workflows/build-and-test.yml
@@ -64,7 +64,7 @@ jobs:
64
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
65
66
- name: Update Codecov
67
- uses: codecov/codecov-action@v1.0.7
+ uses: codecov/codecov-action@v1
68
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
69
with:
70
flags: unittests
0 commit comments