Sławomir Ehlert
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
pyproject.toml
-
scripts/test-cov-html.sh
|
|
@ -184,6 +184,7 @@ source = [ |
|
|
|
"fastapi" |
|
|
|
] |
|
|
|
context = '${CONTEXT}' |
|
|
|
dynamic_context = "test_function" |
|
|
|
omit = [ |
|
|
|
"docs_src/response_model/tutorial003_04.py", |
|
|
|
"docs_src/response_model/tutorial003_04_py310.py", |
|
|
|
|
|
@ -6,4 +6,4 @@ set -x |
|
|
|
bash scripts/test.sh ${@} |
|
|
|
coverage combine |
|
|
|
coverage report --show-missing |
|
|
|
coverage html |
|
|
|
coverage html --show-contexts |
|
|
|