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(full-stack signals): make operations thenable #2799

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

cromoteca
Copy link
Contributor

@cromoteca cromoteca commented Oct 7, 2024

Closes #2712

Method is named onComplete instead of then, as otherwise ESLint and Sonar think it's a promise and act accordingly. That could also be potentially annoying in user code.

Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.33%. Comparing base (aec4925) to head (13f9494).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2799      +/-   ##
==========================================
+ Coverage   92.30%   92.33%   +0.02%     
==========================================
  Files          81       81              
  Lines        2677     2686       +9     
  Branches      686      687       +1     
==========================================
+ Hits         2471     2480       +9     
  Misses        156      156              
  Partials       50       50              
Flag Coverage Δ
unittests 92.33% <100.00%> (+0.02%) ⬆️

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.

@cromoteca cromoteca marked this pull request as ready for review October 8, 2024 14:39
@cromoteca cromoteca requested a review from Lodin October 8, 2024 14:40
@cromoteca cromoteca marked this pull request as draft October 9, 2024 10:56
@cromoteca cromoteca marked this pull request as ready for review October 9, 2024 13:12
Copy link

sonarcloud bot commented Oct 9, 2024

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.

[Full-stack Signals] Make signal operations thenable
1 participant