From 7b98836d6355896992d47bf9a6b783e6a7594bc9 Mon Sep 17 00:00:00 2001 From: Judson James Date: Tue, 6 Feb 2024 16:20:05 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f09e063..74d65cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,21 +55,21 @@ jobs: - name: Get dependencies run: flutter pub get - - name: Generate full coverage test - run: dart run full_coverage + # - name: Generate full coverage test + # run: dart run full_coverage - - name: Generate mocks - run: dart run build_runner build + # - name: Generate mocks + # run: dart run build_runner build - - name: Run tests - run: flutter test --coverage + # - name: Run tests + # run: flutter test --coverage - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - name: flutter-coverage - files: coverage/lcov.info + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # name: flutter-coverage + # files: coverage/lcov.info build: strategy: