The bash script is not locating the coverage file for our iOS app. It seems to be adding a /g to our app name.
Repository
Private
CI/CD
CircleCI
Uploader
Bash
Codecov Output
==> Circle CI detected.
project root: .
Yaml found at: codecov.yml
==> Processing Xcode reports via llvm-cov
DerivedData folder: /Users/distiller/Library/Developer/Xcode/DerivedData
hint Speed up Swift processing by using use -J 'AppName' (regexp accepted)
hint This will remove Pods/ from your report. Also https://docs.codecov.io/docs/ignoring-paths
+ Building reports for Dr Bill app
/dev/fd/63: line 221: Dr/gBill.app.coverage.txt: No such file or directory
x> llvm-cov failed to produce results for /Users/distiller/Library/Developer/Xcode/DerivedData/Dr._Bill-echlvjmpttqcmgfbphzwpighqnco/Build/Products/Debug-iphonesimulator/Dr Bill.app/Dr Bill
Hi @robmaceachern, I’ve made this PR which should hopefully fix the issue. Thanks for bringing this up to us, and I’ll get this merged and deployed as soon as possible.