Skip to content

Commit

Permalink
更新python单元测试流水线脚本逻辑,解决增量覆盖率检测问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yinjiaqi authored and yinjiaqi committed Nov 11, 2024
1 parent 29655a3 commit 1267726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/parallel_ut_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"""

# Coverage 运行命令
COVERAGE_CMD = ["coverage", "run", "--pylib", "--source=appbuilder.core,appbuilder.utils", "--parallel-mode"]
COVERAGE_CMD = ["coverage", "run", "--pylib", "--source=python.core,python.utils", "--parallel-mode"]

# 需要跳过的单测用例
SKIP_UNITTEST = []
Expand Down

0 comments on commit 1267726

Please sign in to comment.