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 onAppear and onDisappear support #92

Merged
merged 4 commits into from
Jun 2, 2024

Fix non-Darwin platform build issue

d906b6b
Select commit
Loading
Failed to load commit list.
Merged

Add onAppear and onDisappear support #92

Fix non-Darwin platform build issue
d906b6b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 2, 2024 in 0s

0.00% of diff hit (target 14.12%)

View this Pull Request on Codecov

0.00% of diff hit (target 14.12%)

Annotations

Check warning on line 75 in Sources/OpenSwiftUI/Core/Update/Update.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/Core/Update/Update.swift#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 88 in Sources/OpenSwiftUI/Core/Update/Update.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/Core/Update/Update.swift#L77-L88

Added lines #L77 - L88 were not covered by tests

Check warning on line 91 in Sources/OpenSwiftUI/Core/Update/Update.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/Core/Update/Update.swift#L91

Added line #L91 was not covered by tests

Check warning on line 122 in Sources/OpenSwiftUI/Core/View/View/ViewInputs.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/Core/View/View/ViewInputs.swift#L121-L122

Added lines #L121 - L122 were not covered by tests

Check warning on line 22 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 33 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L29-L33

Added lines #L29 - L33 were not covered by tests

Check warning on line 41 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 55 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 63 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L57-L63

Added lines #L57 - L63 were not covered by tests

Check warning on line 72 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L66-L72

Added lines #L66 - L72 were not covered by tests

Check warning on line 84 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L81-L84

Added lines #L81 - L84 were not covered by tests

Check warning on line 89 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L86-L89

Added lines #L86 - L89 were not covered by tests

Check warning on line 95 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L91-L95

Added lines #L91 - L95 were not covered by tests

Check warning on line 108 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L104-L108

Added lines #L104 - L108 were not covered by tests

Check warning on line 110 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L110

Added line #L110 was not covered by tests

Check warning on line 117 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 120 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L119-L120

Added lines #L119 - L120 were not covered by tests

Check warning on line 141 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 157 in Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/View/Modifier/AppearanceActionModifier.swift#L156-L157

Added lines #L156 - L157 were not covered by tests