Skip to content

Commit 74661b5

Browse files
committed
updates ci
1 parent 5169a25 commit 74661b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flutter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Flutter Analyze & Test
22

3-
on: [push, pull_request]
3+
on: [ push, pull_request ]
44

55
jobs:
66
build:
@@ -24,7 +24,7 @@ jobs:
2424
run: flutter test --coverage
2525

2626
- name: Upload coverage reports to Codecov
27-
uses: codecov/codecov-action@v3
27+
uses: codecov/codecov-action@v4.0.1
2828
with:
2929
fail_ci_if_error: true
3030
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)