mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-09 23:22:01 +08:00
2 lines
108 B
Bash
Executable File
2 lines
108 B
Bash
Executable File
coverage run --source ./metagpt -m pytest && coverage report -m && coverage html && open htmlcov/index.html
|