File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 with :
1717 tarantool-version : ${{matrix.version}}
1818 - name : run tests
19- run : luatest --no-capture --coverage -v
19+ run : .rocks/bin/ luatest --no-capture --coverage -v
2020 - name : rename luacov.stats.out
2121 run : mv luacov.stats.out luacov.stats.out-${{matrix.version}}
2222 - uses : actions/upload-artifact@master
Original file line number Diff line number Diff line change 1+ std = " tarantool"
2+
3+ codes = true
4+ max_line_length = 140
5+ include_files = {" connection.lua" }
6+
7+ ignore = {
8+ " 212" , -- unused argument
9+ " 431" , -- shadwing upvalue
10+ " 432" , -- shadowing upvalue argument
11+ " 542" , -- empty if branch
12+ }
Original file line number Diff line number Diff line change 1+ runreport = false
2+ deletestats = false
3+
4+ exclude = {
5+ "%.rocks/",
6+ "builtin/",
7+ "t/.+%.test",
8+ }
9+
10+ pathcorrect = {
11+ { "^/source/connection/", "" },
12+ }
13+
14+ coveralls = {
15+ root = "/",
16+ debug = true,
17+ pathcorrect = {
18+ { "^/home/runner/work/connection/connection/", "" },
19+ { "^/source/connection", "" },
20+ },
21+ }
You can’t perform that action at this time.
0 commit comments