schultek / jaspr

Modern web framework for building websites in Dart. Supports SPAs, SSR and SSG.
https://jasprpad.schultek.de
MIT License
1.23k stars 76 forks source link

feat: render adapters #174

Closed schultek closed 7 months ago

schultek commented 7 months ago

Description

Type of Change

github-actions[bot] commented 7 months ago

Package Version Report

The following packages have been updated: jaspr : 0.10.0 -> 0.11.0 jaspr_builder : 0.10.0 -> 0.11.0 jaspr_cli : 0.10.0 -> 0.11.0 jaspr_flutter_embed : 0.2.0 -> 0.2.1 jaspr_riverpod : 0.3.9 -> 0.3.10 jaspr_router : 0.3.1 -> 0.3.2 jaspr_test : 0.10.0 -> 0.11.0

codecov[bot] commented 7 months ago

Codecov Report

Attention: 112 lines in your changes are missing coverage. Please review.

Comparison is base (7b17dbe) 61.52% compared to head (426b6be) 59.90%.

:exclamation: Current head 426b6be differs from pull request most recent head a2d6d8e. Consider uploading reports for the commit a2d6d8e to get more accurate results

Files Patch % Lines
packages/jaspr/lib/src/server/child_nodes.dart 61.53% 40 Missing :warning:
...s/jaspr/lib/src/server/document/file_document.dart 0.00% 35 Missing :warning:
.../src/server/adapters/client_component_adapter.dart 55.00% 9 Missing :warning:
...lib/src/server/adapters/client_script_adapter.dart 33.33% 6 Missing :warning:
...aspr/lib/src/server/adapters/document_adapter.dart 76.00% 6 Missing :warning:
.../src/server/adapters/element_boundary_adapter.dart 0.00% 6 Missing :warning:
...s/jaspr/lib/src/server/document/base_document.dart 64.28% 5 Missing :warning:
packages/jaspr/lib/src/foundation/options.dart 0.00% 3 Missing :warning:
...ackages/jaspr/lib/src/server/render_functions.dart 0.00% 1 Missing :warning:
packages/jaspr/lib/src/server/server_binding.dart 94.73% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #174 +/- ## ========================================== - Coverage 61.52% 59.90% -1.63% ========================================== Files 95 100 +5 Lines 4052 4180 +128 ========================================== + Hits 2493 2504 +11 - Misses 1559 1676 +117 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.