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

Fix lazy promise transitions #331

Merged
merged 1 commit into from
May 20, 2024

Fix lazy promise transitions

6ea0cdd
Select commit
Loading
Failed to load commit list.
Merged

Fix lazy promise transitions #331

Fix lazy promise transitions
6ea0cdd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 17, 2024 in 1s

55.99% (+0.64%) compared to 9f31bbe

View this Pull Request on Codecov

55.99% (+0.64%) compared to 9f31bbe

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 55.99%. Comparing base (9f31bbe) to head (6ea0cdd).

Files Patch % Lines
test/dst/model.go 44.44% 2 Missing and 3 partials ⚠️
internal/app/coroutines/completePromise.go 50.00% 1 Missing and 1 partial ⚠️
internal/app/coroutines/createPromise.go 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #331      +/-   ##
==========================================
+ Coverage   55.34%   55.99%   +0.64%     
==========================================
  Files         113      113              
  Lines        9885     9892       +7     
==========================================
+ Hits         5471     5539      +68     
+ Misses       4052     3987      -65     
- Partials      362      366       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.