File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,9 @@ jobs:
107
107
coverage_combine :
108
108
name : Coverage Combine And Check
109
109
uses : ./.github/workflows/_coverage_combine.yml
110
- # needs: [clone, gpu_unittest, xpu_unittest ]
110
+ needs : [clone, gpu_unittest, xpu_usnittest ]
111
111
with :
112
- # GPU_COV_FILE_URL: ${{ needs.gpu_unittest.outputs.gpu_cov_file_url }}
113
- # XPU_COV_FILE_URL: ${{ needs.xpu_unittest.outputs.xpu_cov_file_url }}
114
- GPU_COV_FILE_URL : https://paddle-github-action.bj.bcebos.com/PR/FastDeploy/4260/a89b8ac9f86d76a29395bb30e5d258f2aa9dce34/GPU//CoverageData/gpu_coverage.tar
115
- XPU_COV_FILE_URL : https://paddle-github-action.bj.bcebos.com/PR/FastDeploy/4260/a89b8ac9f86d76a29395bb30e5d258f2aa9dce34/XPU/CoverageData/xpu_coverage.tar
112
+ GPU_COV_FILE_URL : ${{ needs.gpu_unittest.outputs.gpu_cov_file_url }}
113
+ XPU_COV_FILE_URL : ${{ needs.xpu_unittest.outputs.xpu_cov_file_url }}
116
114
secrets :
117
115
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments