From 74661b52a4b032df508927843443064010194197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kl=C3=BCpfel?= Date: Sun, 28 Jul 2024 11:22:34 +0200 Subject: [PATCH] updates ci --- .github/workflows/flutter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 0385188..35e32a8 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -1,6 +1,6 @@ name: Flutter Analyze & Test -on: [push, pull_request] +on: [ push, pull_request ] jobs: build: @@ -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 }}