From 25b3ede3e492a80dbd337873473255f324c4b474 Mon Sep 17 00:00:00 2001 From: Zoran Simic Date: Wed, 18 Mar 2026 17:42:50 -0700 Subject: [PATCH] Enable subprocess test coverage gathering --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index abe4337..41e7456 100644 --- a/tox.ini +++ b/tox.ini @@ -49,6 +49,10 @@ ignore = .dockerignore tests/** tox.ini +[coverage:run] +concurrency = + thread +patch = subprocess [coverage:xml] output = .tox/test-reports/coverage.xml [coverage:html]