Files
FastDeploy/scripts/.coveragerc
Nyakku Shigure b9e76f1a7a
Some checks failed
CE Compile Job / ce_job_pre_check (push) Has been cancelled
CE Compile Job / print_ce_job_pre_check_outputs (push) Has been cancelled
CE Compile Job / FD-Clone-Linux (push) Has been cancelled
CE Compile Job / Show Code Archive Output (push) Has been cancelled
CE Compile Job / BUILD_SM8090 (push) Has been cancelled
CE Compile Job / BUILD_SM8689 (push) Has been cancelled
CE Compile Job / CE_UPLOAD (push) Has been cancelled
Deploy GitHub Pages / deploy (push) Has been cancelled
[Coverage] Ignore new custom ops stub file in codecov (#5177)
2025-11-23 22:33:28 +08:00

48 lines
1.2 KiB
INI

[run]
branch = True
source = fastdeploy
concurrency = multiprocessing
patch = subprocess
parallel = True
[paths]
source =
fastdeploy
*/site-packages/fastdeploy
*/lib/python3.10/site-packages/fastdeploy
*/fastdeploy
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
@abstractmethod
@abc.abstractmethod
ignore_errors = True
omit =
*/site-packages/*/tests/*
*/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/fastdeploy_ops/__init__.py
*/fastdeploy/model_executor/ops/gpu/deep_gemm/utils.py
*/fastdeploy/**/dcu/*
*/fastdeploy/worker/dcu*.py
*/fastdeploy/**/gcu/*
*/fastdeploy/worker/gcu*.py
*/fastdeploy/**/intel_hpu/*
*/fastdeploy/worker/hpu*.py
*/fastdeploy/**/metax/*
*/fastdeploy/worker/metax*.py
*/fastdeploy/**/iluvatar/*
*/fastdeploy/worker/iluvatar*.py
*/fastdeploy/**/xpu/*
*/fastdeploy/worker/xpu*.py