Browse Source

add relative_files to coverage settings

pull/14504/head
svlandeg 9 months ago
parent
commit
519d2e4cb8
  1. 1
      pyproject.toml

1
pyproject.toml

@ -194,6 +194,7 @@ source = [
"tests", "tests",
"fastapi" "fastapi"
] ]
relative_files = true
context = '${CONTEXT}' context = '${CONTEXT}'
dynamic_context = "test_function" dynamic_context = "test_function"
omit = [ omit = [

Loading…
Cancel
Save