-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add macOS support #30
Conversation
Tests/UITests/TestAppUITests/SpeziPersonalInfo/PersonalInfoViewsTests.swift
Outdated
Show resolved
Hide resolved
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #30 +/- ##
==========================================
- Coverage 79.89% 79.87% -0.01%
==========================================
Files 39 39
Lines 1208 1222 +14
==========================================
+ Hits 965 976 +11
- Misses 243 246 +3
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all the improvements; this looks great @Supereg 🚀
Add macOS support
♻️ Current situation & Problem
This PR updates the UITests and TestApp to run in macOS. Sadly we currently can't really run UI tests on macOS without the requirement to sign the application.
Additionally, this PR upgrade the XCTestExtensions version with updated support for visionOS and macOS.
⚙️ Release Notes
📚 Documentation
--
✅ Testing
We restructured to CI configuration to align better with the current styling guides.
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: