Browse Source

Fix coverage list of omitted files

pull/14510/head
Yurii Motov 7 months ago
parent
commit
98e8740d1b
  1. 2
      pyproject.toml

2
pyproject.toml

@ -200,7 +200,7 @@ relative_files = true
context = '${CONTEXT}' context = '${CONTEXT}'
dynamic_context = "test_function" dynamic_context = "test_function"
omit = [ omit = [
"docs_src/response_model/tutorial003_04.py", "docs_src/response_model/tutorial003_04_py39.py",
"docs_src/response_model/tutorial003_04_py310.py", "docs_src/response_model/tutorial003_04_py310.py",
] ]

Loading…
Cancel
Save