SPO / docs /scripts /coverage.sh
XiangJinYu's picture
add metagpt
fe5c39d verified
raw
history blame
141 Bytes
coverage run --source ./metagpt -m pytest -n 8 --durations=0 --timeout=100 && coverage report -m && coverage html && open htmlcov/index.html