MetaGPT/scripts/coverage.sh

2 lines
108 B
Bash
Raw Normal View History

2023-06-30 17:10:48 +08:00
coverage run --source ./metagpt -m pytest && coverage report -m && coverage html && open htmlcov/index.html