Skip to content

Commit f2e794f

Browse files
chore(deps): update codecov/codecov-action to v5.5.4
1 parent ea81b8f commit f2e794f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
flutter test --coverage --test-randomize-ordering-seed random
3333
- name: 'Upload coverage report'
34-
uses: codecov/codecov-action@v5.5.2
34+
uses: codecov/codecov-action@v5.5.4
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737
directory: ./coverage/

.github/workflows/go.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 'Go test (with coverage)'
2121
run: go test ./... -covermode=atomic -coverprofile='coverage.out'
2222
- name: 'Upload coverage report'
23-
uses: codecov/codecov-action@v5.5.2
23+
uses: codecov/codecov-action@v5.5.4
2424
with:
2525
token: ${{ secrets.CODECOV_TOKEN }}
2626
files: ./coverage.out

0 commit comments

Comments
 (0)