Skip to content

Commit

Permalink
codecov-actionをv5に更新する
Browse files Browse the repository at this point in the history
  • Loading branch information
bateleurX committed Dec 28, 2024
1 parent b01c83c commit ae79a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Run flutter test with coverage
run: flutter test --coverage --coverage-path=~/coverage/lcov.info

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ~/coverage/lcov.info
files: ~/coverage/lcov.info

0 comments on commit ae79a73

Please sign in to comment.