Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 589 Bytes

Intro

Repo to demonstrate bug introduced in coverage 4.4. Just run showbug.sh.

Add two runs of coverage2clover to demonstrate two aspects of the bug. One is due to the new 4.4 feature that doesn't output an unambiguous filespec for two files (foo, bar) that another tool can use to open the file. The other shows a problem with two init files in two modules that fails to output both.

Issues