From ce9355212ed9b0c7fe1f4c2238c9178720295fd4 Mon Sep 17 00:00:00 2001 From: xiaoweii Date: Mon, 8 Apr 2024 17:26:33 +0800 Subject: [PATCH] ci: add token for codecov --- .github/workflows/code_coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5154741..7647401 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -30,7 +30,8 @@ jobs: clickstream/build/reports/ clickstream/build/test-results/ - name: Upload Test Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} name: report files: clickstream/build/reports/jacoco/jacoco.xml \ No newline at end of file