mirror of https://github.com/tiangolo/fastapi.git
add relative_files to coverage settings
This commit is contained in:
parent
564722a111
commit
519d2e4cb8
|
|
@ -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…
Reference in New Issue