-
Notifications
You must be signed in to change notification settings - Fork 38
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
Refactor Fillet AST Mod to Async Actor #4803
base: main
Are you sure you want to change the base?
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4803 +/- ##
=======================================
Coverage 85.84% 85.84%
=======================================
Files 86 86
Lines 30893 30893
=======================================
Hits 26519 26519
Misses 4374 4374
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
One test keeps failing. The rest is ok. |
Took the liberty to trigger the CI again after the updated snaps |
Description:
Convert the fillet AST mod from a synchronous XState action to an asynchronous actor.
This removes ESLint exceptions and ensures proper async handling.
Closes: #4749
Project: #2606