From 17648f02de513ee82065a9b25d23a27e983fe69d Mon Sep 17 00:00:00 2001 From: Hao Dang Date: Thu, 14 Nov 2024 14:37:29 -0800 Subject: [PATCH] update codecov action --- .github/workflows/End2EndTest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/End2EndTest.yml b/.github/workflows/End2EndTest.yml index 9f4b2e1..d066aff 100644 --- a/.github/workflows/End2EndTest.yml +++ b/.github/workflows/End2EndTest.yml @@ -43,9 +43,10 @@ jobs: # pytest --cov=./ --cov-report=xml --tb=native tests - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: files: ./snowflake-ingest-python-coverage.xml name: codecov-snowpipe-python-sdk fail_ci_if_error: true verbose: true + token: ${{ secrets.CODECOV_TOKEN }}