Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Telefonica/luacov-reporters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published