You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the danger-xcov plugin but I am stuck with this error. This issue is not happening in the main xcov tool https://github.com/fastlane-community/xcov but its happening in the danger plugin.
[18:39:31]: Unable to find any .xccoverage file.
[18:39:31]: Make sure you have enabled 'Gather code coverage' setting on your scheme settings.
[18:39:31]: Alternatively you can provide the full path to your .xccoverage file.
I am using Xcode 13 and I have provided the full path of xcresult which worked with just xcov but not with the danger-xcov
I have the same issue now. It appeared to happen after I defined a dedicated derived data path or updated fastlane maybe? However, not sure how to fix this. Seems to be the same problem mentioned here: fastlane/fastlane#19824
I have tried to use the danger-xcov plugin but I am stuck with this error. This issue is not happening in the main xcov tool https://github.com/fastlane-community/xcov but its happening in the danger plugin.
I am using Xcode 13 and I have provided the full path of xcresult which worked with just xcov but not with the danger-xcov
where xcresult path is defined in the .env file
export DANGER_XCRESULT_DIRECTORY="fastlane/test_output/$SCHEME.xcresult"
Issues
The text was updated successfully, but these errors were encountered: