Skip to content

Commit

Permalink
updates ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddin committed Jul 28, 2024
1 parent 5169a25 commit 74661b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Flutter Analyze & Test

on: [push, pull_request]
on: [ push, pull_request ]

jobs:
build:
Expand All @@ -24,7 +24,7 @@ jobs:
run: flutter test --coverage

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

0 comments on commit 74661b5

Please sign in to comment.