Skip to content

Commit f0ed1b7

Browse files
Fix Codecov
1 parent 259347d commit f0ed1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
XUNIT_PATH: .\tests\ImageSharp.Tests # Required for xunit
6565

6666
- name: Update Codecov
67-
uses: codecov/codecov-action@v1.0.7
67+
uses: codecov/codecov-action@v1
6868
if: matrix.options.codecov == true && startsWith(github.repository, 'SixLabors')
6969
with:
7070
flags: unittests

0 commit comments

Comments
 (0)