Download:
child 17:265967da3bcb
parent 15:071a5ec83dcd
16:42df16aab3fc
Anton Shestakov <av6@dwimlabs.net>, Fri, 09 Sep 2016 16:02:18 +0800
pipelines: print coverage report

1 файлов изменено, 4 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Fri Sep 09 15:34:28 2016 +0800
+++ b/bitbucket-pipelines.yml Fri Sep 09 16:02:18 2016 +0800
@@ -8,4 +8,7 @@
build-essential lua5.1 luarocks mercurial
- luarocks install --local lpc
- luarocks install --local busted
- - ~/.luarocks/bin/busted --verbose
+ - luarocks install --local luacov
+ - ~/.luarocks/bin/busted --verbose --coverage
+ - ~/.luarocks/bin/luacov hglib
+ - cat luacov.report.out