Update ci.yml (#3354)

This commit is contained in:
LearningGp 2024-03-01 18:05:18 +08:00 committed by GitHub
parent 669595d6a0
commit 5a7a31087b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -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