Skip to content

Commit

Permalink
Configure CODECOV_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson authored Feb 17, 2024
1 parent 825be40 commit 7fbfb64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
name: failures
path: "**/failures/*.png"
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 7fbfb64

Please sign in to comment.