From bf24d071bf2c0dd4476a209dae4fe76fc3b09fcc Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Tue, 31 Jan 2023 15:12:58 +0800 Subject: [PATCH] feat:update codecov config. --- .github/workflows/codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 998c89ad3..9d9b3a2e9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -31,4 +31,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - file: ${{ github.workspace }}/target/site/jacoco/jacoco.xml \ No newline at end of file + file: ${{ github.workspace }}/target/site/jacoco/jacoco.xml + token: ${{ secrets.CODECOV_TOKEN }}