www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14790] New: coverage merge should detect changed source code

https://issues.dlang.org/show_bug.cgi?id=14790

          Issue ID: 14790
           Summary: coverage merge should detect changed source code
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: code dawg.eu

Just to not merge numbers from different versions of the same source file.
Could be implemented very simply by storing a hash/modtime of the source
somewhere in the coverage report (e.g. on the first/last line).

--
Jul 09 2015