Skip to content

Commit 8bfbf26

Browse files
committed
[chores] Fixed coverage reporting
1 parent 53dbb32 commit 8bfbf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.coverage.run]
22
source = ["openwisp_controller"]
33
parallel = true
4-
concurrency = ["multiprocessing"]
4+
concurrency = ["multiprocessing", "thread"]
55
omit = [
66
"openwisp_controller/__init__.py",
77
"*/tests/*",

0 commit comments

Comments
 (0)