Skip to content

Commit 34ca4be

Browse files
committed
run.concurrency
1 parent 96d7d28 commit 34ca4be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ jobs:
5959
run: |
6060
make test
6161
- name: code coverage
62+
if: ${{ matrix.python-version == '3.8' && matrix.tarantool-version == '2.7' }}
6263
run: |
6364
make coverage
6465
- name: upload coverage data to coveralls.io
66+
if: ${{ matrix.python-version == '3.8' && matrix.tarantool-version == '2.7' }}
6567
run: coveralls
6668
env:
6769
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
6870
COVERALLS_PARALLEL: true
69-
include:
70-
- python-version: 3.8
71-
- tarantool-version: 2.7

0 commit comments

Comments
 (0)