Code coverage in Freshservice React app

Hi Team,

We’ve utilized React.js to develop an app within Freshservice; however, we’ve encountered difficulty in achieving comprehensive code coverage. Could you please help us on this? Please find the screenshot below for your reference.

1 Like

Hi @Sateshsoundar_Namas1,

Code coverage is not achievable for Apps with frontend frameworks as they modify the code while packing by compiling the code.
To record code coverage, the code should not be modified after testing.

So, code coverage is not required for apps with frontend frameworks used for now.

Please follow this guideline to pack the original source code along with the app. The code coverage will be skipped from review while submitting the app for publishing in the Marketplace.

1 Like