Unverified Commit 134d711a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make test & check fixes related to the name change

parent d9b3e34c
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ warn_unused_configs = true


[tool.pyright]
include = ["wpa_supplicant"]
typeCheckingMode = "strict"
reportMissingModuleSource = "none"
reportRedeclaration = "none"
@@ -63,7 +62,7 @@ reportUnusedImport = "warning"
[tool.coverage.run]
data_file = "results/coverage.db"
branch = true
source = ["wpa_supplicant"]
source = ["kodo"]

[tool.coverage.report]
precision = 2