This commit is contained in:
geekan 2024-01-02 23:38:51 +08:00
parent 78b7e164f9
commit 38015322b6
7 changed files with 6 additions and 5 deletions

View file

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