You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:07:50 UTC

[buildstream] 02/03: .coveragerc: Also use 'threading' for concurrency

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 <bs...@bloomberg.net>
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 =