Skip to content

Conversation

platosha
Copy link
Contributor

Fixes #3696

Copy link

codecov bot commented Aug 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.29%. Comparing base (309a7ee) to head (0d0107a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3913   +/-   ##
=======================================
  Coverage   86.29%   86.29%           
=======================================
  Files         123      123           
  Lines        8485     8485           
  Branches     1302     1302           
=======================================
  Hits         7322     7322           
  Misses       1140     1140           
  Partials       23       23           
Flag Coverage Δ
unittests 86.29% <ø> (ø)

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.

@platosha platosha requested a review from Lodin August 26, 2025 07:26
Copy link
Contributor

@cromoteca cromoteca left a comment

Choose a reason for hiding this comment

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

Tests seems to run forever, meaning that something keeps waiting.

// Consume all output from Node
var lines = new BufferedReader(
new InputStreamReader(stdOutStream)).lines().toList();
lines.stream().limit(1).forEach(pathLine::set);
Copy link
Contributor

Choose a reason for hiding this comment

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

What has changed here exactly?

@CLAassistant
Copy link

CLAassistant commented Oct 13, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ Lodin
✅ platosha
❌ Luciano Vernaschi


Luciano Vernaschi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hilla Frontend Code generation gets stuck on windows after adding another Endpoint/BrowserCallable

5 participants