Skip to content

Commit 63bf2bc

Browse files
committed
another fix
1 parent 29a1fea commit 63bf2bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,8 @@ disallow_untyped_defs = false
134134
[[tool.mypy.overrides]]
135135
module = ["databricks.*", "agate.*", "jinja2.*", "yaml.*"]
136136
ignore_missing_imports = true
137+
138+
[tool.coverage.run]
139+
relative_files = true
140+
branch = true
141+
source = ["dbt"]

0 commit comments

Comments
 (0)