[Tool] pipeline add thirdparty dependency in build (#22206)

[Tool] pipeline add thirdparty dependency in build && close patch coverage in codecov
This commit is contained in:
andyziye 2023-04-22 08:05:19 +08:00 committed by GitHub
parent 67c3fe75c2
commit 1e9d16ee00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -413,7 +413,7 @@ jobs:
rm -rf ${{ steps.run_ut.outputs.COV_DIR }}
build:
runs-on: self-hosted
needs: [be-checker, fe-checker, be-ut, fe-ut]
needs: [be-checker, fe-checker, be-ut, fe-ut, thirdparty-update]
name: BUILD
env:
PR_NUMBER: ${{ github.event.number }}

View File

@ -11,7 +11,4 @@ coverage:
target: 80%
threshold: 5%
only_pulls: true
# patch:
# fe-ut:
# target: 80%
# only_pulls: true
patch: false