Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 29s
15 lines
236 B
TOML
15 lines
236 B
TOML
version = 1
|
|
|
|
test_patterns = ["source/tests/**"]
|
|
|
|
exclude_patterns = [
|
|
"source/dependencies/**",
|
|
"source/app/templates/**",
|
|
"source/static/assets/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x" |