File: package-contains-python-coverage-file.tag

package info (click to toggle)
lintian 2.129.0
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 71,680 kB
  • sloc: perl: 46,081; javascript: 9,151; makefile: 4,058; sh: 3,044; ansic: 714; xml: 518; python: 91; java: 15; cpp: 9; tcl: 4; lisp: 3
file content (11 lines) | stat: -rw-r--r-- 514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Tag: package-contains-python-coverage-file
Severity: warning
Check: files/names
Explanation: The package contains a file that looks like output from the Python
 coverage.py tool. These are generated by python{,3}-coverage during a test
 run, noting which parts of the code have been executed. They can then be
 subsequently analyzed to identify code that could have been executed but was
 not.
 .
 As they are unlikely to be of utility to end-users, these files should not
 be shipped in the final binary package.