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

Hotwired improvements #1449

Merged
merged 8 commits into from
Feb 23, 2025

Merge aa5f128d3cc739ed8100ba5f677f1244ecc4f2a2

fb1f675
Select commit
Loading
Failed to load commit list.
Merged

Hotwired improvements #1449

Merge aa5f128d3cc739ed8100ba5f677f1244ecc4f2a2
fb1f675
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 23, 2025 in 1s

5.17% of diff hit (target 49.42%)

View this Pull Request on Codecov

5.17% of diff hit (target 49.42%)

Annotations

Check warning on line 7 in repository/Seaside-Core.package/WAMetaElement.class/instance/turboPrefetch..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Core.package/WAMetaElement.class/instance/turboPrefetch..st#L1-L7

Added lines #L1 - L7 were not covered by tests

Check warning on line 5 in repository/Seaside-HotwireTurbo-Core.package/WAAnchorTag.extension/instance/turboStreamCallback..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WAAnchorTag.extension/instance/turboStreamCallback..st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 6 in repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turbo..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turbo..st#L1-L6

Added lines #L1 - L6 were not covered by tests

Check warning on line 6 in repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turboAction..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turboAction..st#L1-L6

Added lines #L1 - L6 were not covered by tests

Check warning on line 6 in repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turboTarget..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WABasicFormTag.extension/instance/turboTarget..st#L1-L6

Added lines #L1 - L6 were not covered by tests

Check warning on line 9 in repository/Seaside-HotwireTurbo-Core.package/WATurboCallbackProcessingActionContinuation.class/instance/continue.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WATurboCallbackProcessingActionContinuation.class/instance/continue.st#L9

Added line #L9 was not covered by tests

Check warning on line 5 in repository/Seaside-HotwireTurbo-Core.package/WATurboCallbackProcessingActionContinuation.class/instance/performAction.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WATurboCallbackProcessingActionContinuation.class/instance/performAction.st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 19 in repository/Seaside-HotwireTurbo-Core.package/WATurboRenderPhaseContinuation.class/instance/processTurboFrameRendering..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WATurboRenderPhaseContinuation.class/instance/processTurboFrameRendering..st#L19

Added line #L19 was not covered by tests

Check warning on line 5 in repository/Seaside-HotwireTurbo-Core.package/WATurboRenderPhaseContinuation.class/instance/updateRoot..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WATurboRenderPhaseContinuation.class/instance/updateRoot..st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 4 in repository/Seaside-HotwireTurbo-Core.package/WATurboStreamBuilder.class/instance/replaceComponent.with..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-HotwireTurbo-Core.package/WATurboStreamBuilder.class/instance/replaceComponent.with..st#L1-L4

Added lines #L1 - L4 were not covered by tests

Check warning on line 5 in repository/Seaside-Tests-HotwireTurbo.package/WAAllHotwiredFunctionalTests.class/class/initialize.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAAllHotwiredFunctionalTests.class/class/initialize.st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 4 in repository/Seaside-Tests-HotwireTurbo.package/WAAllHotwiredFunctionalTests.class/instance/initializeTests.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAAllHotwiredFunctionalTests.class/instance/initializeTests.st#L1-L4

Added lines #L1 - L4 were not covered by tests

Check warning on line 5 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboCalledTestComponent.class/instance/initialize.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboCalledTestComponent.class/instance/initialize.st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 11 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboCalledTestComponent.class/instance/renderContentOn..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboCalledTestComponent.class/instance/renderContentOn..st#L1-L11

Added lines #L1 - L11 were not covered by tests

Check warning on line 4 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/children.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/children.st#L1-L4

Added lines #L1 - L4 were not covered by tests

Check warning on line 6 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/initialize.st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/initialize.st#L1-L6

Added lines #L1 - L6 were not covered by tests

Check warning on line 9 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/renderContentOn..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/renderContentOn..st#L1-L9

Added lines #L1 - L9 were not covered by tests

Check warning on line 8 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/renderTurboScriptOn..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/renderTurboScriptOn..st#L1-L8

Added lines #L1 - L8 were not covered by tests

Check warning on line 5 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/updateRoot..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboFunctionalTest.class/instance/updateRoot..st#L1-L5

Added lines #L1 - L5 were not covered by tests

Check warning on line 7 in repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboTestComponent.class/instance/renderContentOn..st

See this annotation in the file changed.

@codecov codecov / codecov/patch

repository/Seaside-Tests-HotwireTurbo.package/WAHotwireTurboTestComponent.class/instance/renderContentOn..st#L1-L7

Added lines #L1 - L7 were not covered by tests