Skip to content

Commit

Permalink
ci: fix codecov action (#2046)
Browse files Browse the repository at this point in the history
* Add codecov token

* Update flutter.yml
  • Loading branch information
buenaflor committed May 10, 2024
1 parent c57d3b7 commit 3fae553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ jobs:
name: sentry_flutter
file: ./flutter/coverage/lcov.info
functionalities: "search" # remove after https://github.com/codecov/codecov-action/issues/600
token: ${{ secrets.CODECOV_TOKEN }}

- uses: VeryGoodOpenSource/very_good_coverage@c953fca3e24a915e111cc6f55f03f756dcb3964c # pin@v3.0.0
if: runner.os == 'Linux' && matrix.sdk == 'stable' && matrix.target == 'linux'
Expand Down

0 comments on commit 3fae553

Please sign in to comment.