Skip to content

Commit 63829ea

Browse files
committed
update
1 parent 8aca15f commit 63829ea

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pr_build_and_test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,9 @@ jobs:
107107
coverage_combine:
108108
name: Coverage Combine And Check
109109
uses: ./.github/workflows/_coverage_combine.yml
110-
# needs: [clone, gpu_unittest, xpu_unittest]
110+
needs: [clone, gpu_unittest, xpu_usnittest]
111111
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 }}
116114
secrets:
117115
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)