Collection of reporters for luacov
tarantoolctl rocks install luacov
tarantoolctl rocks install luacov-reporters
.rocks/bin/luacov -r reporter_name .
luarocks install luacov
luarocks install https://raw.githubusercontent.com/tarantool/luacov-reporters/master/luacov-reporters-scm-1.rockspec
luacov -r reporter_name .
summary
- Outputs only summary from default reporter with removed common path prefix and sorted by coverage. Addprint_report = true
to.luacov
config file to print generated report to stdout.sonar
- reporter for SonarQube.
MIT