Skip to content

Commit

Permalink
ci: upgrade codecov to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu-xiaowei committed Apr 9, 2024
1 parent b021d56 commit d873f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
flutter pub get
flutter test --coverage --reporter github
- name: Upload Test Report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: report
Expand Down

0 comments on commit d873f2f

Please sign in to comment.