Skip to content

Commit 9c32639

Browse files
committed
gh
1 parent c2e83fa commit 9c32639

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- '1.10'
2525
- '2.8'
2626
- '2.9'
27+
coveralls: [false]
28+
include:
29+
- tarantool: '2.9'
30+
coveralls: true
2731

2832
steps:
2933
- name: Clone the connector
@@ -46,7 +50,7 @@ jobs:
4650
run: make test
4751

4852
- name: Run tests, collect code coverage data and send to Coveralls
49-
if: ${{ matrix.tarantool }} == '2.9'
53+
if: ${{ matrix.coveralls }}
5054
env:
5155
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5256
run: |

0 commit comments

Comments
 (0)