chore: 计算单测覆盖率时忽略安卓部分

This commit is contained in:
voidking 2024-07-16 20:18:54 +08:00
parent 8f7453352a
commit 896fb86c03
2 changed files with 10 additions and 1 deletions

7
.coveragerc Normal file
View file

@ -0,0 +1,7 @@
[run]
source =
./metagpt/
omit =
*/metagpt/environment/android/*
*/metagpt/ext/android_assistant/*
*/metagpt/ext/werewolf/*