Open mateomisas opened 3 months ago
I don't know if they're causing this issue or not, but remove the ./
from the front of the filenames. The slather.yml doesn't need that.
I don't know if they're causing this issue or not, but remove the
./
from the front of the filenames. The slather.yml doesn't need that.
Yeah I know, but thanks
They might be messing up finding something. Not sure.
Is the ios-app/ios-app
part of the path correct? The double folder name looks unusual, but I don't know your actual folder structure.
This error was occuring for me in CI.
I had to remove these from my gitignore and re-commit:
.xcodeproj/xcshareddata/ .xcuserdatad/ *.xcuserdata/
Hi, we are currently trying to generate reports with Slather using macOS 14 and Xcode 15.4. We added ruby and installed slather. This is our yml in our root directory:
We then execute the command
slather coverage
in our CI. Also, we plan to upload the report to Codecov. But when trying this, it gives us this error always:I'm sure the scheme exists and its being shared, and I'm not sure what else to do. Thanks in advance.