Closed zaosoula closed 1 year ago
When running the CLI, with an outPath or not a file named lcov.info is always created.
This fix remove the tmp file created at the end of the CLI process
fs.openSync
fs.closeSync
readFileSync
writeFileSync
Coverage: 100.0%. Remained the same when pulling ebdf1f08adda38aabfe9b0cb150e053d1748197b on zaosoula:master into 830610d6dabe3fac5317ef30465b974667ada765 on mweibel:master.
Nice. Thanks @zaosoula!
When running the CLI, with an outPath or not a file named lcov.info is always created.
This fix remove the tmp file created at the end of the CLI process
fs.openSync
/fs.closeSync
but using options object onreadFileSync
/writeFileSync