From 45b287e674bbc4d7883a8bd2cd7253d1cc52ad01 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Wed, 29 Dec 2021 18:02:59 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b725838e..421cd9e1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,8 +60,6 @@ jobs: with: name: sqlite flags: sqlite,go-${{ matrix.go }} - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} mysql: needs: lint @@ -112,8 +110,6 @@ jobs: with: name: mysql flags: mysql,go-${{ matrix.go }} - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} postgres: needs: lint @@ -164,8 +160,6 @@ jobs: with: name: postgres flags: postgres,go-${{ matrix.go }} - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} sqlserver: needs: lint @@ -216,5 +210,3 @@ jobs: with: name: sqlserver flags: sqlserver,go-${{ matrix.go }} - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }}