From c63eee1d60fcf356ad34ed6c409dd9faaa6bfb84 Mon Sep 17 00:00:00 2001 From: Shion Ichikawa Date: Fri, 1 Mar 2024 02:04:43 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20CODECOV=5FTOKEN,=20corresp?= =?UTF-8?q?onding=20to=20codecov@v4=20breaking=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go test.yml b/.github/workflows/go test.yml index 5f29be1..72ef610 100644 --- a/.github/workflows/go test.yml +++ b/.github/workflows/go test.yml @@ -40,4 +40,7 @@ jobs: FIREBASE_DATABASE_EMULATOR_HOST: localhost:9000 run: go test -p=1 -race -coverprofile=coverage.txt -covermode=atomic ./... #gosetup - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4 \ No newline at end of file + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true