We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bc2e2 commit 138f05bCopy full SHA for 138f05b
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: build lib
19
run: tt rocks make connection-dev-1.rockspec
20
- name: run tests
21
- run: .rocks/bin/luatest --no-capture --coverage -v
+ run: .rocks/bin/luatest --no-capture -v
22
- name: rename luacov.stats.out
23
run: mv luacov.stats.out luacov.stats.out-${{matrix.version}}
24
- uses: actions/upload-artifact@master
0 commit comments