image: jessiehildebrandt/luadev:luajit
test:
script:
- apk add libqrencode-dev
- luarocks build
- luarocks test
- luacov
- cat luacov.report.out
artifacts:
paths:
- luacov.report.out