: Code coverage report generation for JS files
Have attached the patch for same, please do let me know if needed anything else.
te: *Friday, 7 August 2020 at 12:38 PM
> *To: *Pramod Ahire
> *Cc: *Aditya Toshniwal ,
> pgadmin-hackers , Dave Page <
> dp...@pgadmin.org>
> *Subject: *Re: Code coverage report generation for JS files
>
>
>
> Thanks, patch applied.
>
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EDB: http://www.enterprisedb.com
Thank you :)
Pramod Ahire
Software Engineer
C: +91-020-66449600/601
D: +91-9028697679
edbpostgres.com
From: Akshay Joshi
Date: Friday, 7 August 2020 at 12:38 PM
To: Pramod Ahire
Cc: Aditya Toshniwal , pgadmin-hackers
, Dave Page
Subject: Re: Code coverage report generation
Hi Team,
As recent updates have added ability to generate code coverage report for all
the JS files.
Where had added two new packages as below:
istanbul-instrumenter-loader
karma-coverage
Steps to generate report:
Apply attached patch
Do - ‘npm install’
Run – ‘yarn run test:karma’
It