From 22338e7c87516b904962776f88702064da6146d9 Mon Sep 17 00:00:00 2001 From: haryunio Date: Wed, 20 Nov 2024 17:06:57 +0900 Subject: [PATCH] fix: use codecov v3 and go optional --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0dab746..22dd1d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,10 +31,10 @@ jobs: uses: golangci/golangci-lint-action@v3.1.0 - name: codecov-action - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: files: ./coverage.txt - fail_ci_if_error: true # optional (default = false) + fail_ci_if_error: false # optional (default = false)