Its recommended to use frameworks like Mocha, chai or jest to make use of istanbul to get code coverage.
I have designed a testing tool, which will send a request to a api and based on the response, it will be termed as pass or fail.
The payload and the expected result is present in a excel sheet. For each row, it will send the payload present in the corresponding column and compares the response with the actual response we get. With this type of environment, will I be able to get the code coverage of my application.