-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/update workflow #16
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
Conversation
feature/update-workflow
feature/update-workflow
feature/update-workflow
feature/update-workflow
feature/update-workflow
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
==========================================
- Coverage 82.11% 81.38% -0.73%
==========================================
Files 23 23
Lines 1118 1418 +300
==========================================
+ Hits 918 1154 +236
- Misses 200 264 +64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
r-jarvis
left a comment
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.
Do we need to update // swift-tools-version: 5.8 at the top of Pacakge.swift to use Swift 6?
I don't think so? Why would we need to? |
We removed the conditional swift version support in |
Oh, no. I'm guessing that was for a bug in a pre-release version of Swift 6. It tested as working in release versions of 5.8 and 6.0 after being removed. |
No description provided.