Results 3 issues of Biswasindhu Mandal

# **Feature Request:** istanbuljs / nyc test coverage report validation along with individual files with different configuration 🙏🏼 This is not an issue, needs some confirmation about nyc configuration. I...

I'm using grunt-http to fetch some data during runtime. On a some API calling I observe "ESOCKETTIMEDOUT" error as follows: Now I observe [`grunt-http`](https://www.npmjs.com/package/grunt-http?activeTab=dependencies) have dependency on [`request`](https://www.npmjs.com/package/request), which is...

In my code structure, there are multiple directories under `src`, and there is one directory `test` which contains unit test files. My `mocha_istanbul` configuration as follows: ``` mocha_istanbul: { coverage:...