16:42df16aab3fc
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Sep 2016 16:02:18 +0800
pipelines: print coverage report

next change 21:27da91327bbe
previous change 8:177cc64a07d2

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: ubuntu:xenial
pipelines:
default:
- step:
script:
- apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y
build-essential lua5.1 luarocks mercurial
- luarocks install --local lpc
- luarocks install --local busted
- luarocks install --local luacov
- ~/.luarocks/bin/busted --verbose --coverage
- ~/.luarocks/bin/luacov hglib
- cat luacov.report.out