8000 feat(serialization): add toObjectNode extension function for String by Ahoo-Wang · Pull Request #1461 · Ahoo-Wang/Wow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(serialization): add toObjectNode extension function for String #1461

New issue
8000

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

Merged
merged 1 commit into from
May 8, 2025

Conversation

Ahoo-Wang
Copy link
Owner
  • Add toObjectNode extension function to String class for easier conversion to ObjectNode
  • Update usage in tests and R2dbcEventStore to use the new function
  • Remove redundant type casting when converting JSON string to ObjectNode

- Add toObjectNode extension function to String class for easier conversion to ObjectNode
- Update usage in tests and R2dbcEventStore to use the new function
- Remove redundant type casting when converting JSON string to ObjectNode

Signed-off-by: Ahoo Wang <ahoowang@qq.com>
@Ahoo-Wang Ahoo-Wang added the enhancement New feature or request label May 8, 2025
Copy link
Contributor
github-actions bot commented May 8, 2025

Test Results

1 319 tests  ±0   1 302 ✅ ±0   12m 8s ⏱️ +19s
  334 suites ±0      17 💤 ±0 
  334 files   ±0       0 ❌ ±0 

Results for commit 8a50a16. ± Comparison against base commit 6f09678.

♻️ This comment has been updated with latest results.

Copy link
codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.93%. Comparing base (6f09678) to head (8a50a16).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1461   +/-   ##
=========================================
  Coverage     90.93%   90.93%           
  Complexity     3483     3483           
=========================================
  Files           656      656           
  Lines         12075    12076    +1     
  Branches        775      775           
=========================================
+ Hits          10980    10981    +1     
  Misses          720      720           
  Partials        375      375           
Flag Coverage Δ
unittests 90.93% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Ahoo-Wang Ahoo-Wang merged commit 8ede6be into main May 8, 2025
54 checks passed
@Ahoo-Wang Ahoo-Wang deleted the toObjectNode branch May 8, 2025 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0