Add a .coveragerc file to make sure we run coverage in parallel.
authorScott Gasch <[email protected]>
Thu, 2 Jun 2022 18:10:45 +0000 (11:10 -0700)
committerScott Gasch <[email protected]>
Thu, 2 Jun 2022 18:10:45 +0000 (11:10 -0700)
tests/.coveragerc [new file with mode: 0644]

diff --git a/tests/.coveragerc b/tests/.coveragerc
new file mode 100644 (file)
index 0000000..07eaf71
--- /dev/null
@@ -0,0 +1,2 @@
+[run]
+parallel = true