Files
2026-07-13 12:58:57 +08:00

2 lines
141 B
Bash
Executable File

coverage run --source ./metagpt -m pytest -n 8 --durations=0 --timeout=100 && coverage report -m && coverage html && open htmlcov/index.html