MetaGPT-v1 / docs /scripts /coverage.sh
liushaojie
Add application file
360d784
raw
history blame
108 Bytes
coverage run --source ./metagpt -m pytest && coverage report -m && coverage html && open htmlcov/index.html