We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d7d28 commit 308ea40Copy full SHA for 308ea40
.coveragerc
@@ -1,5 +1,6 @@
1
[run]
2
branch = True
3
+concurrency = gevent, multiprocessing
4
5
[report]
6
precision = 1
.github/workflows/test.yml
@@ -66,6 +66,4 @@ jobs:
66
env:
67
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
68
COVERALLS_PARALLEL: true
69
- include:
70
- - python-version: 3.8
71
- - tarantool-version: 2.7
+ if: ${{ matrix.python-version }} == 3.8 && ${{ matrix.tarantool-version }} == 2.7
0 commit comments