Skip to content
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 CI job for running macOS unit tests #356

Merged

Conversation

Widcket
Copy link
Contributor

@Widcket Widcket commented Nov 23, 2023

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

📋 Changes

This PR adds a new GitHub actions job to run the native Swift tests on macOS. The existing steps for running the iOS unit tests were reused, and extracted into a composite action.

The existing setup-ios composite action was also renamed to setup-darwin.

The Xcode version used to run the tests was updated to 15.0.1.

@Widcket Widcket requested a review from a team as a code owner November 23, 2023 15:52
@Widcket Widcket marked this pull request as draft November 23, 2023 15:53
@Widcket Widcket added the review:small Small review label Nov 23, 2023
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bd6557a) 96.36% compared to head (ae9e5a1) 96.30%.

Additional details and impacted files
@@                            Coverage Diff                            @@
##           macos-support/update-pod-dependencies     #356      +/-   ##
=========================================================================
- Coverage                                  96.36%   96.30%   -0.07%     
=========================================================================
  Files                                         98       98              
  Lines                                       1596     1596              
  Branches                                     328      340      +12     
=========================================================================
- Hits                                        1538     1537       -1     
  Misses                                        50       50              
- Partials                                       8        9       +1     
Flag Coverage Δ
auth0_flutter 100.00% <ø> (ø)
auth0_flutter_android 97.35% <ø> (ø)
auth0_flutter_ios 99.70% <ø> (-0.15%) ⬇️
auth0_flutter_platform_interface 87.03% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Widcket Widcket changed the base branch from feature/macos-support to macos-support/update-pod-dependencies November 24, 2023 23:26
@Widcket Widcket merged commit 2564d86 into macos-support/update-pod-dependencies Nov 30, 2023
15 of 16 checks passed
@Widcket Widcket deleted the macos-support/ci-unit-tests branch November 30, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants