From 0f0a0e991119c2d679c3291dd33c91716ee8d5ac Mon Sep 17 00:00:00 2001 From: Arvin Date: Tue, 21 Jan 2025 14:07:44 +0800 Subject: [PATCH] codecov test --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddd4ecd7d2..0ad0f0fd7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,5 +48,8 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + verbose: true + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file