Skip to content

Commit

Permalink
Upgrade codecov-action to v4 and use token (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
amantoux authored Apr 10, 2024
1 parent 612cbe0 commit 596b61a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fleather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ jobs:
run: flutter test --coverage

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/fleather/coverage/lcov.info,./packages/parchment/coverage/lcov.info
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

#
# Check example builds
Expand Down

0 comments on commit 596b61a

Please sign in to comment.