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 a4b6a48 commit 8e66c8eCopy full SHA for 8e66c8e
.github/workflows/flutter.yml
@@ -40,7 +40,10 @@ jobs:
40
with:
41
name: failures
42
path: "**/failures/*.png"
43
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
44
+ with:
45
+ fail_ci_if_error: true
46
+ token: ${{ secrets.CODECOV_TOKEN }}
47
48
build_apk:
49
if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'android') || startsWith(github.ref, 'refs/heads/renovate/flutter-') }}
0 commit comments