This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch bschubert/update-coverage
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 3d1e0d28f509852b54bcdf1e1ca0edb5be0ef4a9
Author: Benjamin Schubert <[email protected]>
AuthorDate: Mon Nov 30 22:03:36 2020 +0000

    .coveragerc: Also use 'threading' for concurrency
---
 .coveragerc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.coveragerc b/.coveragerc
index 5b06d81..4d032b4 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,5 +1,8 @@
 [run]
-concurrency = multiprocessing
+concurrency =
+  threading
+  multiprocessing
+
 plugins = Cython.Coverage
 
 omit =

Reply via email to