mweibel / lcov-result-merger

Merges multiple lcov results into one
MIT License
102 stars 22 forks source link

fix: remove lcov.info in ./ after processing #53

Closed zaosoula closed 1 year ago

zaosoula commented 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

coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling ebdf1f08adda38aabfe9b0cb150e053d1748197b on zaosoula:master into 830610d6dabe3fac5317ef30465b974667ada765 on mweibel:master.

mdeanjones commented 1 year ago

Nice. Thanks @zaosoula!