We’ve been trying to increase the code coverage for a public app but we’ve been facing issues with that. Even if a specific line of code or a function was executed, the code coverage file is not reflected properly. The coverage file is showing as that particular line of code or function is not executed. (Please find the attachment below)
From the screenshot, Even though the function is called multiple times in the code, the functionality has been executing but the code for that function is not covered.
From the screenshot, we can able to observe that even the require statements are getting covered for some files in our app code.
We are currently using the FDK version is 9.1.2. Could you please help us on this issue?