Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

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

Open
provTheodoreNewell opened this issue May 31, 2018 · 1 comment

Comments

@provTheodoreNewell
Copy link

xcrun llvm-cov show $beta_xcode_partials -instr-profile "$1" "$dest" > "$_proj_name.$_type.coverage.txt" \

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.

@drazisil drazisil added this to To do in Change Tracking Nov 18, 2019
@drazisil
Copy link
Contributor

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

3 participants