tarantool / luacov-reporters

Collection of reporters for luacov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luacov-reporters

Collection of reporters for luacov

Usage

Tarantool

tarantoolctl rocks install luacov
tarantoolctl rocks install luacov-reporters
.rocks/bin/luacov -r reporter_name .

Lua

luarocks install luacov
luarocks install https://raw.githubusercontent.com/tarantool/luacov-reporters/master/luacov-reporters-scm-1.rockspec
luacov -r reporter_name .

Available reporters

  • summary - Outputs only summary from default reporter with removed common path prefix and sorted by coverage. Add print_report = true to .luacov config file to print generated report to stdout.
  • sonar - reporter for SonarQube.

License

MIT

About

Collection of reporters for luacov


Languages

Language:Lua 84.3%Language:Makefile 15.7%