projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd5e49
)
Add a .coveragerc file to make sure we run coverage in parallel.
author
Scott Gasch
<
[email protected]
>
Thu, 2 Jun 2022 18:10:45 +0000
(11:10 -0700)
committer
Scott Gasch
<
[email protected]
>
Thu, 2 Jun 2022 18:10:45 +0000
(11:10 -0700)
tests/.coveragerc
[new file with mode: 0644]
patch
|
blob
diff --git a/tests/.coveragerc
b/tests/.coveragerc
new file mode 100644
(file)
index 0000000..
07eaf71
--- /dev/null
+++ b/
tests/.coveragerc
@@ -0,0
+1,2
@@
+[run]
+parallel = true