From 23fe024b48e97d18504d5a9b377763656453c5f4 Mon Sep 17 00:00:00 2001 From: Leonardo Custodio Date: Mon, 9 Oct 2023 17:53:40 -0300 Subject: [PATCH] Remove codecov from workflow (#330) Removing codecov from workflow as we are going to use the GH app instead. --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81cb5096..5d01b00e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,5 +56,3 @@ jobs: - name: Run tests run: SCOPE="${{ matrix.package }}" dart run melos test:ci - - name: Upload coverage to codecov - run: curl -s https://codecov.io/bash | bash