Skip to content

Commit 308ea40

Browse files
committed
run.concurrency
1 parent 96d7d28 commit 308ea40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[run]
22
branch = True
3+
concurrency = gevent, multiprocessing
34

45
[report]
56
precision = 1

.github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,4 @@ jobs:
6666
env:
6767
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
6868
COVERALLS_PARALLEL: true
69-
include:
70-
- python-version: 3.8
71-
- tarantool-version: 2.7
69+
if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.tarantool-version }} == 2.7

0 commit comments

Comments
 (0)