From 77624663d9250e150bc02184ce48857feb9e46c8 Mon Sep 17 00:00:00 2001 From: David Sharnoff Date: Fri, 19 Jul 2024 10:58:28 -0700 Subject: [PATCH] update codecov action --- .github/workflows/codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 6f7827e..84ea4c4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -23,4 +23,8 @@ jobs: - name: Run coverage run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage to Codecov - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v4.0.1 + with: + verbose: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}