codecov-bash icon indicating copy to clipboard operation
codecov-bash copied to clipboard

Generated *.coverage.txt files from Xcode coverage parsing not cleaned up with -c

Open provTheodoreNewell opened this issue 7 years ago • 1 comments

https://github.com/codecov/codecov-bash/blob/4678d212cce2078bbaaf5027af0c0dafaad6a095/codecov#L211

Running codecov-bash to parse coverage from an Xcode project leaves *.coverage.txt files in the current directory. I would expect these files to be removed with the -c argument.

provTheodoreNewell avatar May 31 '18 19:05 provTheodoreNewell

https://github.com/codecov/codecov-bash/blob/master/codecov#L1349-L1352

It looks like the clean flag only removes the uploaded reports.

drazisil avatar Nov 18 '19 14:11 drazisil