update coverage

This commit is contained in:
geekan 2023-12-30 00:30:20 +08:00
parent 041b49d68e
commit 4a7957416c

View file

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