Skip to content

Commit 8d084f0

Browse files
committed
run.concurrency
1 parent e71d08d commit 8d084f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
branch = True
33
concurrency =
44
gevent
5+
multiprocessing
56

67
[report]
78
precision = 1

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ test: test_unittest test_integration
2424

2525
coverage:
2626
PYTHON="coverage run" make -f $(MAKEFILE_PATH) test
27+
coverage combine
2728
coverage report
2829

2930
clean:

0 commit comments

Comments
 (0)