From 4e3d5da5ed5ea797f35cef4e29d91977a2f74143 Mon Sep 17 00:00:00 2001 From: Matias de Andrea Date: Wed, 18 Dec 2024 13:03:45 +0100 Subject: [PATCH] Update base.yaml --- .github/workflows/base.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/base.yaml b/.github/workflows/base.yaml index c40281b0c..4ea09a383 100644 --- a/.github/workflows/base.yaml +++ b/.github/workflows/base.yaml @@ -49,8 +49,6 @@ jobs: run: flutter test --coverage - name: Upload coverage to Codecov uses: codecov/codecov-action@v5 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: coverage/lcov.info name: flutter_form_builder