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 7cb3afc commit ce82eceCopy full SHA for ce82ece
.github/workflows/test.yml
@@ -32,13 +32,13 @@ jobs:
32
name: luacov.stats.out-${{matrix.version}}
33
path: luacov.stats.out-${{matrix.version}}
34
run-coverage-report:
35
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
36
needs: ["run-unit-tests"]
37
steps:
38
- uses: actions/checkout@master
39
- uses: tarantool/setup-tarantool@v3
40
with:
41
- tarantool-version: '2.10.7'
+ tarantool-version: '2.10'
42
- name: install luacov-coveralls 0.2.3
43
run: tarantoolctl rocks install --server=https://luarocks.org luacov-coveralls 0.2.3
44
- name: install luacov-console 1.2.0
0 commit comments