File: .luacov

package info (click to toggle)
lua-ldap 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 448 kB
  • sloc: ansic: 776; sh: 72; makefile: 62
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
return {
	root = ".",
	include = {
		-- Prevent coverage reports of the tests or helper utilities
		"src/.+",
	},
}