Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-06 Thread Vijay Kumar Banerjee
On 6 June 2018 at 17:48, Joel Sherrill wrote: > > > On Wed, Jun 6, 2018, 1:16 AM Cillian O'Donnell > wrote: > >> >> >> On Wed, 6 Jun 2018, 01:52 Joel Sherrill, wrote: >> >>> >>> >>> On Tue, Jun 5, 2018, 7:22 PM Vijay Kumar Banerjee < >>> vijaykumar9...@gmail.com> wrote: >>> On 6 June 2018

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-06 Thread Joel Sherrill
On Wed, Jun 6, 2018, 1:16 AM Cillian O'Donnell wrote: > > > On Wed, 6 Jun 2018, 01:52 Joel Sherrill, wrote: > >> >> >> On Tue, Jun 5, 2018, 7:22 PM Vijay Kumar Banerjee < >> vijaykumar9...@gmail.com> wrote: >> >>> On 6 June 2018 at 03:57, Joel Sherrill wrote: >>> I think everything is push

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-05 Thread Cillian O'Donnell
On Wed, 6 Jun 2018, 01:52 Joel Sherrill, wrote: > > > On Tue, Jun 5, 2018, 7:22 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> On 6 June 2018 at 03:57, Joel Sherrill wrote: >> >>> I think everything is pushed. Is there any patch outstanding? >>> >> >>> Thank you. >> No outstan

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-05 Thread Vijay Kumar Banerjee
On Wed, 6 Jun 2018, 06:22 Joel Sherrill, wrote: > > > On Tue, Jun 5, 2018, 7:22 PM Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> On 6 June 2018 at 03:57, Joel Sherrill wrote: >> >>> I think everything is pushed. Is there any patch outstanding? >>> >> >>> Thank you. >> No outstan

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-05 Thread Joel Sherrill
On Tue, Jun 5, 2018, 7:22 PM Vijay Kumar Banerjee wrote: > On 6 June 2018 at 03:57, Joel Sherrill wrote: > >> I think everything is pushed. Is there any patch outstanding? >> > >> Thank you. > No outstanding patch, everything on my side is squashed into it. :) > So we can (finally) switch to th

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-05 Thread Vijay Kumar Banerjee
On 6 June 2018 at 03:57, Joel Sherrill wrote: > I think everything is pushed. Is there any patch outstanding? > > Thank you. No outstanding patch, everything on my side is squashed into it. :) > On Mon, Jun 4, 2018 at 3:44 PM, Vijay Kumar Banerjee < > vijaykumar9...@gmail.com> wrote: > >> Add su

Re: [PATCH v3] tester: Add script to generate html coverage report from covoar output

2018-06-05 Thread Joel Sherrill
I think everything is pushed. Is there any patch outstanding? On Mon, Jun 4, 2018 at 3:44 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > Add support in tester to run covoar and generate an html report to display > the summary of the coverage reports generated from covoar. > > Co-au