[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:
parent
67c3fe75c2
commit
1e9d16ee00
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,4 @@ coverage:
|
|||
target: 80%
|
||||
threshold: 5%
|
||||
only_pulls: true
|
||||
# patch:
|
||||
# fe-ut:
|
||||
# target: 80%
|
||||
# only_pulls: true
|
||||
patch: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue