-
-
Notifications
You must be signed in to change notification settings - Fork 14
Create project structure #1
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
| .macOS(.v10_15), | ||
| .iOS(.v13), | ||
| .tvOS(.v13), | ||
| .watchOS(.v6), |
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.
We're only running CI on the latest supported versions right now. I don't want to support Xcode versions prior to 14.1.
| } | ||
|
|
||
| enum Platform: String, CaseIterable, CustomStringConvertible { | ||
| case iOS_13 |
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.
We aren't using these older versions in CI, but they can be useful for running tests on older simulator OS versions locally.
4bee545 to
6fdba61
Compare
6fdba61 to
b5b023f
Compare
| run: ./Scripts/prepare-coverage-reports.sh | ||
| - name: Upload Coverage Reports | ||
| if: success() | ||
| uses: codecov/codecov-action@v3 |
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.
I'm surprised we're not yet getting any code coverage posts just yet, but we also have nearly zero code in the repo. I may put in a pin in this and hope it gets fixed by adding code or running this code on main. I'll fix this if either of the prior do not work.
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.
It's working! #2 (comment)
|
YOLO-merging this scaffolding PR. Future PRs with real content will receive reviews. |
This PR creates the project structure, setting up the: