Skip to content

Commit 8e66c8e

Browse files
Update codecov/codecov-action action to v4 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4b6a48 commit 8e66c8e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/flutter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
with:
4141
name: failures
4242
path: "**/failures/*.png"
43-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v4
44+
with:
45+
fail_ci_if_error: true
46+
token: ${{ secrets.CODECOV_TOKEN }}
4447

4548
build_apk:
4649
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}

0 commit comments

Comments
 (0)