From 95bba35251efc1f3a7477f6889cf145b3524a96f Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Fri, 6 Mar 2020 13:01:12 -0300 Subject: [PATCH] Remove codecov token --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c575244e..c00f1083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -110,6 +110,5 @@ jobs: - name: Upload merged coverage report (Codecov) uses: codecov/codecov-action@v1 with: - token: ${{ secrets.CODECOV_KEY }} file: ./cameraview/build/reports/mergedCoverageReport/* fail_ci_if_error: true \ No newline at end of file