File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,24 @@ jobs:
15
15
- ' 2.7'
16
16
- ' 2.8'
17
17
- ' 2.10'
18
- runs-on : ubuntu-20 .04
18
+ runs-on : ubuntu-22 .04
19
19
env :
20
20
CMAKE_LDOC_FIND_REQUIRED : ' YES'
21
21
steps :
22
- - uses : actions/checkout@v3
23
- - uses : tarantool/setup-tarantool@v2
22
+ - uses : actions/checkout@v4
23
+ - uses : tarantool/setup-tarantool@v3
24
24
with :
25
25
tarantool-version : ${{ matrix.tarantool }}
26
26
27
27
# Setup luacheck, ldoc and luatest
28
28
- run : tarantoolctl rocks install luacheck
29
+ - run : tarantoolctl rocks install luacov
29
30
- run : tarantoolctl rocks install ldoc
30
31
--server=https://tarantool.github.io/LDoc/
31
32
- run : tarantoolctl rocks install luatest 0.5.7
32
33
- run : echo ".rocks/bin" >> $GITHUB_PATH
33
34
34
35
- run : tarantoolctl rocks make
35
- - run : .rocks/bin/luatest -v
36
+ - run : .rocks/bin/luatest -v --coverage
37
+ - run : .rocks/bin/luacov . && grep -A999 '^Summary' luacov.report.out
36
38
- run : luacheck .
You can’t perform that action at this time.
0 commit comments