-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary file not found #80
Comments
Hi, Can you do a test by adjusting the results path like this example? Here the results are generated in this folder. xcode_results_path = './build/Logs/Test/*.xcresult'
xcode_summary.ignored_files = ['Pods/**', 'Frameworks/**']
xcode_summary.ignores_warnings = true
xcode_summary.report xcode_results_path Let me know if it was useful! ;) |
Thank you for the reply @douglastaquary I just tried that and got the same error :/
|
Hey, i solved this problem here! I set the path with
And then in the xcode_results_path = 'build/results.xcresult' # <--
xcode_summary.report xcode_results_path I hope it still helps! :) |
I'm trying to add
danger-xcode_summary
following the info in the ReadMe but I'm always gettingErrors: - [ ] summary file not found
In my Dangerfile I have
xcode_summary.report 'MyApp.xcresult'
Gemfile:
The text was updated successfully, but these errors were encountered: