We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a7113 commit debca63Copy full SHA for debca63
.github/workflows/action.flutter.analyze-test.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: 'Flutter test (with coverage)'
54
run: flutter test -r github --coverage --test-randomize-ordering-seed random
55
- name: 'Upload coverage report'
56
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
57
with:
58
token: ${{ secrets.CODECOV_TOKEN }}
59
directory: ./coverage/
0 commit comments