From f69c9cd122bce956779cf685aa44a357299fc210 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:24:05 +0800 Subject: [PATCH] [CI] Remove redundant .coveragerc file (#4521) --- .github/workflows/_accuracy_test.yml | 3 ++- .github/workflows/_base_test.yml | 2 +- .github/workflows/_logprob_test_linux.yml | 2 +- scripts/.coveragerc | 4 ++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_accuracy_test.yml b/.github/workflows/_accuracy_test.yml index 9af9f6c28..dd7b535e6 100644 --- a/.github/workflows/_accuracy_test.yml +++ b/.github/workflows/_accuracy_test.yml @@ -155,11 +155,12 @@ jobs: ./llm-deploy-linux-amd64 -python python3.10 \ -model_name ERNIE-4.5-0.3B-Paddle \ -model_path /MODELDATA \ - --skip install + --skip install,model git config --global --add safe.directory /workspace/FastDeploy cd FastDeploy pushd tests/ce/deploy + ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9 ps -ef | grep "${FD_ENGINE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9 python3.10 deploy.py > dd.log 2>&1 & sleep 3 diff --git a/.github/workflows/_base_test.yml b/.github/workflows/_base_test.yml index f933d839a..283db8de9 100644 --- a/.github/workflows/_base_test.yml +++ b/.github/workflows/_base_test.yml @@ -155,7 +155,7 @@ jobs: ./llm-deploy-linux-amd64 -python python3.10 \ -model_name ERNIE-4.5-0.3B-Paddle \ -model_path /MODELDATA \ - --skip install + --skip install,model git config --global --add safe.directory /workspace/FastDeploy cd FastDeploy diff --git a/.github/workflows/_logprob_test_linux.yml b/.github/workflows/_logprob_test_linux.yml index 2e847b6a1..ffe5f5145 100644 --- a/.github/workflows/_logprob_test_linux.yml +++ b/.github/workflows/_logprob_test_linux.yml @@ -145,7 +145,7 @@ jobs: ./llm-deploy-linux-amd64 -python python3.10 \ -model_name ERNIE-4.5-0.3B-Paddle \ -model_path /MODELDATA \ - --skip install + --skip install,model cd PaddleTest/framework/ServeTest ps -ef | grep "${FD_CACHE_QUEUE_PORT}" | grep -v grep | awk "{print \$2}" | xargs -r kill -9 diff --git a/scripts/.coveragerc b/scripts/.coveragerc index d3760bf79..a56d45205 100644 --- a/scripts/.coveragerc +++ b/scripts/.coveragerc @@ -18,3 +18,7 @@ omit = */site-packages/setuptools/* */dist-packages/* */site-packages/*/fastdeploy/model_executor/ops/gpu* + */fastdeploy/benchmarks/lib/endpoint_request_func.py + */fastdeploy/model_executor/graph_optimization/utils.py + */fastdeploy/model_executor/ops/gpu/fastdeploy_ops.py + */fastdeploy/model_executor/ops/gpu/deep_gemm/utils.py