From 93c4b3414741768cad3bda4f5348d469b338efb2 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 30 Apr 2024 19:13:29 -0400 Subject: [PATCH] Update to latest codecov action and turn up the verbosity to see if it helps reveal why we are getting rate limited. --- .github/workflows/cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index a2a7df6a5d..4a4c556f24 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -38,10 +38,11 @@ jobs: - if: matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest' run: make v3diff - if: success() && matrix.go == '1.20.x' && matrix.os == 'ubuntu-latest' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true + verbose: true test-docs: name: test-docs