digitalmars.D - Improving coverage
- Andrei Alexandrescu (1/1) Nov 13 2015 Any takers for https://issues.dlang.org/show_bug.cgi?id=15327? -- Andrei
- Jonathan M Davis (12/14) Nov 13 2015 Fixing it so that assert(0) doesn't count against the code
Any takers for https://issues.dlang.org/show_bug.cgi?id=15327? -- Andrei
Nov 13 2015
On Friday, 13 November 2015 at 13:30:13 UTC, Andrei Alexandrescu wrote:Any takers for https://issues.dlang.org/show_bug.cgi?id=15327? -- AndreiFixing it so that assert(0) doesn't count against the code coverage would be fantastic. Without enhancements like it, requiring 100% code coverage often isn't realistic, even if the code really is full covered. And there are several enhancements to -cov in bugzilla, though we don't have a keyword for them like I thought we did. e.g. https://issues.dlang.org/show_bug.cgi?id=14825 https://issues.dlang.org/show_bug.cgi?id=14856 https://issues.dlang.org/show_bug.cgi?id=14857 - Jonathan M Davis
Nov 13 2015