mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-04 00:54:21 +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
|