mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-07 22:22:58 +08:00
2 lines
136 B
Bash
Executable File
2 lines
136 B
Bash
Executable File
coverage run --source ./metagpt -m pytest --durations=0 --timeout=100 && coverage report -m && coverage html && open htmlcov/index.html
|