Closed abhishekRana01 closed 8 years ago
@a-rana93 I suspect coveralls is unable to detect coverage in bufferedWrite.js
, as the source isn't available in this repo. I suggest you push a branch on to paytm/lgr
, for better coverage analysis.
@SirR4T coveralls does detect 100% coverage in bufferedWrite.js. You can refer to the output of coveralls by clicking on black/green button above (which will further take you to url https://coveralls.io/builds/6850573/source?filename=bufferedWrite.js)
oops, my bad 😁
Buffering functionality added based upon buffer size as well as time. Test cases modified to test for same.