mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-17 03:57:31 +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
|