From 5a7a31087b5005cb848622339ca1acc81d82028d Mon Sep 17 00:00:00 2001 From: LearningGp Date: Fri, 1 Mar 2024 18:05:18 +0800 Subject: [PATCH] Update ci.yml (#3354) --- .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 8bdbf490..1ff46df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,8 @@ jobs: - name: Build with Maven run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -DminimumPriority=1 - - name: Run Codecov - run: bash <(curl -s https://codecov.io/bash) + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: alibaba/Sentinel