Re: Git Test Coverage Report (Friday, Oct 12)

2018-10-15 Thread Derrick Stolee
On 10/15/2018 4:09 AM, Johannes Schindelin wrote: Hi Stolee, On Fri, 12 Oct 2018, Derrick Stolee wrote: In an effort to ensure new code is reasonably covered by the test suite, we now have contrib/coverage-diff.sh to combine the gcov output from 'make coverage-test ; make coverage-report' with

Re: Git Test Coverage Report (Friday, Oct 12)

2018-10-15 Thread Johannes Schindelin
Hi Stolee, On Fri, 12 Oct 2018, Derrick Stolee wrote: > > In an effort to ensure new code is reasonably covered by the test suite, we > now have contrib/coverage-diff.sh to combine the gcov output from 'make > coverage-test ; make coverage-report' with the output from 'git diff A B' to > discove

Git Test Coverage Report (Friday, Oct 12)

2018-10-12 Thread Derrick Stolee
In an effort to ensure new code is reasonably covered by the test suite, we now have contrib/coverage-diff.sh to combine the gcov output from 'make coverage-test ; make coverage-report' with the output from 'git diff A B' to discover _new_ lines of code that are not covered. This report tak