Files
MetaGPT/docs/scripts/coverage.sh
2024-01-02 14:45:58 +08:00

2 lines
122 B
Bash
Executable File

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