Skip to content

Add ProgressView support - #995

Merged
Kyle-Ye merged 25 commits into
mainfrom
feature/progressView
Aug 25, 2026
Merged

Add ProgressView support#995
Kyle-Ye merged 25 commits into
mainfrom
feature/progressView

Conversation

@Kyle-Ye

@Kyle-Ye Kyle-Ye commented Aug 15, 2026

Copy link
Copy Markdown
Member

No description provided.

@github-actions github-actions Bot added area: view View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior. type: feature New API, behavior, platform support, or user-facing capability. labels Aug 15, 2026
@Kyle-Ye
Kyle-Ye changed the base branch from main to feature/widget_metadata August 15, 2026 17:13
@Kyle-Ye
Kyle-Ye force-pushed the feature/widget_metadata branch 2 times, most recently from ddd2d38 to 7982ca1 Compare August 15, 2026 18:27
@Kyle-Ye
Kyle-Ye force-pushed the feature/widget_metadata branch 2 times, most recently from 13c9762 to 6f11d43 Compare August 23, 2026 12:08
Base automatically changed from feature/widget_metadata to main August 23, 2026 12:30
@Kyle-Ye
Kyle-Ye force-pushed the feature/progressView branch from 019b6b4 to 9a5e2c5 Compare August 23, 2026 20:07
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 764 lines in your changes missing coverage. Please review.
✅ Project coverage is 15.99%. Comparing base (d8f2ae2) to head (bad1fd1).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...iftUI/View/Control/ProgressView/ProgressView.swift 0.00% 245 Missing ⚠️
.../View/Control/ProgressView/ProgressView+Date.swift 0.00% 144 Missing ⚠️
.../Control/ProgressView/ArchivableProgressView.swift 0.00% 102 Missing ⚠️
...Control/ProgressView/ProgressView+Foundation.swift 0.00% 68 Missing ⚠️
...ore/View/Archive/ConditionallyArchivableView.swift 0.00% 55 Missing ⚠️
...ntrol/ProgressView/CircularProgressViewStyle.swift 0.00% 38 Missing ⚠️
.../View/Control/ProgressView/ProgressViewStyle.swift 0.00% 29 Missing ⚠️
...Control/ProgressView/LinearProgressViewStyle.swift 0.00% 24 Missing ⚠️
...ces/OpenSwiftUICore/View/Text/Text/Text+Date.swift 0.00% 23 Missing ⚠️
...ontrol/ProgressView/DefaultProgressViewStyle.swift 0.00% 21 Missing ⚠️
... and 5 more

❗ There is a different number of reports uploaded between BASE (d8f2ae2) and HEAD (bad1fd1). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (d8f2ae2) HEAD (bad1fd1)
2 1
Additional details and impacted files
@@             Coverage Diff             @@
##             main     #995       +/-   ##
===========================================
- Coverage   28.18%   15.99%   -12.20%     
===========================================
  Files         755      720       -35     
  Lines       59781    52875     -6906     
===========================================
- Hits        16851     8455     -8396     
- Misses      42930    44420     +1490     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tuist

tuist Bot commented Aug 23, 2026

Copy link
Copy Markdown

🛠️ Tuist Run Report 🛠️

Tests 🧪

Scheme Status Cache hit rate Tests Skipped Ran Commit
OpenSwiftUI 0 % 1074 0 1074 1f19fc666

Builds 🔨

Scheme Status Duration Commit
OpenSwiftUI 1m 52s 1f19fc666

@Kyle-Ye
Kyle-Ye requested a review from Mx-Iris as a code owner August 25, 2026 16:40
@github-actions github-actions Bot added area: accessibility Accessibility APIs, settings, semantics, or behavior. area: example Example apps, previews, sample projects, screenshots, or demo assets. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. labels Aug 25, 2026
@Kyle-Ye
Kyle-Ye force-pushed the feature/progressView branch from 4582736 to dbc68d0 Compare August 25, 2026 16:41
@Kyle-Ye

Kyle-Ye commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

/uitest all all-configs

@Kyle-Ye

Kyle-Ye commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

/uitest update all osui-ag

@Kyle-Ye
Kyle-Ye merged commit a4dd449 into main Aug 25, 2026
3 of 13 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/progressView branch August 25, 2026 18:57
@Kyle-Ye Kyle-Ye linked an issue Aug 25, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: accessibility Accessibility APIs, settings, semantics, or behavior. area: example Example apps, previews, sample projects, screenshots, or demo assets. area: tests Test suites, UI tests, fixtures, snapshots, and test support code. area: view View APIs, modifiers, AnyView, ForEach, DynamicView, and related behavior. type: feature New API, behavior, platform support, or user-facing capability.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ProgressView support

1 participant