committed by
GitHub
4 changed files with 0 additions and 28 deletions
@ -1,8 +0,0 @@ |
|||||
#!/usr/bin/env bash |
|
||||
|
|
||||
set -e |
|
||||
set -x |
|
||||
|
|
||||
coverage combine |
|
||||
coverage report |
|
||||
coverage html |
|
||||
@ -1,5 +0,0 @@ |
|||||
#!/usr/bin/env bash |
|
||||
set -x |
|
||||
|
|
||||
ruff check fastapi tests docs_src scripts --fix |
|
||||
ruff format fastapi tests docs_src scripts |
|
||||
@ -1,9 +0,0 @@ |
|||||
#!/usr/bin/env bash |
|
||||
|
|
||||
set -e |
|
||||
set -x |
|
||||
|
|
||||
mypy fastapi |
|
||||
ty check |
|
||||
ruff check fastapi tests docs_src scripts |
|
||||
ruff format fastapi tests --check |
|
||||
@ -1,6 +0,0 @@ |
|||||
#!/usr/bin/env bash |
|
||||
|
|
||||
set -e |
|
||||
set -x |
|
||||
|
|
||||
bash scripts/test-cov.sh --cov-report=term-missing --cov-report=html ${@} |
|
||||
Loading…
Reference in new issue