We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d7d28 commit 34ca4beCopy full SHA for 34ca4be
.coveragerc
@@ -1,5 +1,6 @@
1
[run]
2
branch = True
3
+concurrency = gevent, multiprocessing
4
5
[report]
6
precision = 1
.github/workflows/test.yml
@@ -59,13 +59,12 @@ jobs:
59
run: |
60
make test
61
- name: code coverage
62
+ if: ${{ matrix.python-version == '3.8' && matrix.tarantool-version == '2.7' }}
63
64
make coverage
65
- name: upload coverage data to coveralls.io
66
67
run: coveralls
68
env:
69
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
70
COVERALLS_PARALLEL: true
- include:
- - python-version: 3.8
71
- - tarantool-version: 2.7
0 commit comments