Skip to content

Conversation

@Will-ShaoHua
Copy link
Contributor

Problem

Solution

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.09%. Comparing base (d8c5c16) to head (a96bac1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2544   +/-   ##
=======================================
  Coverage   60.09%   60.09%           
=======================================
  Files         276      276           
  Lines       65009    65009           
  Branches     4105     4105           
=======================================
  Hits        39068    39068           
  Misses      25858    25858           
  Partials       83       83           
Flag Coverage Δ
unittests 60.09% <ø> (ø)

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.

Comment on lines +52 to +54
;(async () => {
await standalone(props)
})()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use this instead? (not sure if the above changes will swallow errors or not)

;(async () => {
    await standalone(props)
})().catch(error => {
    console.error(error)
    process.exit(1)  // This will crash the process with error code 1
})

@Will-ShaoHua Will-ShaoHua marked this pull request as ready for review December 5, 2025 19:56
@Will-ShaoHua Will-ShaoHua requested a review from a team as a code owner December 5, 2025 19: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.

2 participants