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

feat: cli scaffolding #168

Merged
merged 59 commits into from
Mar 21, 2024
Merged

feat: cli scaffolding #168

merged 59 commits into from
Mar 21, 2024

Conversation

schultek
Copy link
Owner

@schultek schultek commented Jan 24, 2024

Description

Type of Change

  • ❌ Breaking change
  • ✨ New feature or improvement
  • 🛠️ Bug fix
  • 🧹 Code refactor
  • 📝 Documentation
  • 🗑️ Chore

Copy link

github-actions bot commented Jan 24, 2024

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.3.0
jaspr_riverpod : 0.3.9 -> 0.3.10
jaspr_router : 0.3.1 -> 0.3.2
jaspr_test : 0.10.0 -> 0.11.0

# Conflicts:
#	examples/server_custom_middleware/pubspec.lock
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

Attention: Patch coverage is 63.40111% with 198 lines in your changes are missing coverage. Please review.

Project coverage is 61.06%. Comparing base (330c4f7) to head (f2c6ca6).
Report is 2 commits behind head on main.

❗ Current head f2c6ca6 differs from pull request most recent head 8b6aaf3. Consider uploading reports for the commit 8b6aaf3 to get more accurate results

Files Patch % Lines
packages/jaspr/lib/src/components/style.dart 0.00% 28 Missing ⚠️
...ges/jaspr_cli/lib/src/commands/create_command.dart 74.31% 28 Missing ⚠️
packages/jaspr/lib/src/server/server_app.dart 3.57% 27 Missing ⚠️
...ckages/jaspr/lib/src/foundation/styles/styles.dart 10.71% 25 Missing ⚠️
...ckages/jaspr_cli/lib/src/helpers/proxy_helper.dart 61.40% 22 Missing ⚠️
packages/jaspr/lib/src/server/server_handler.dart 50.00% 10 Missing ⚠️
...kages/jaspr_cli/lib/src/commands/base_command.dart 72.22% 10 Missing ⚠️
packages/jaspr_cli/lib/src/config.dart 60.00% 10 Missing ⚠️
...aspr/lib/src/foundation/styles/properties/box.dart 0.00% 7 Missing ⚠️
...ages/jaspr_cli/lib/src/commands/serve_command.dart 88.88% 7 Missing ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
- Coverage   61.43%   61.06%   -0.37%     
==========================================
  Files         100      116      +16     
  Lines        4180     5060     +880     
==========================================
+ Hits         2568     3090     +522     
- Misses       1612     1970     +358     

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

@schultek schultek marked this pull request as ready for review March 21, 2024 19:55
@schultek schultek merged commit 5f0c279 into main Mar 21, 2024
11 checks passed
@schultek schultek deleted the feat/scaffold branch March 21, 2024 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simple jaspr router does not work on client only app
1 participant