mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 17:26:22 +02:00
move scripts to docs
This commit is contained in:
parent
f87a5bff5d
commit
504de57b29
3 changed files with 1 additions and 1 deletions
1
docs/scripts/coverage.sh
Executable file
1
docs/scripts/coverage.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
coverage run --source ./metagpt -m pytest && coverage report -m && coverage html && open htmlcov/index.html
|
||||
3
docs/scripts/get_all_classes_and_funcs.sh
Executable file
3
docs/scripts/get_all_classes_and_funcs.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
find metagpt | grep "\.py" | grep -Ev "(__init__|pyc)" | xargs grep -E "(^class| def )" 2>/dev/null | grep -v -E "(grep|tests|examples)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue