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

Send worker changes to master #42294

Merged
merged 137 commits into from
Mar 27, 2024

Merge remote-tracking branch 'upstream/master' into worker_change

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

Send worker changes to master #42294

Merge remote-tracking branch 'upstream/master' into worker_change
6d20660
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 26, 2024 in 1s

76.54% (+76.54%) compared to aca0cc0

View this Pull Request on Codecov

76.54% (+76.54%) compared to aca0cc0

Details

Codecov Report

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

Project coverage is 76.54%. Comparing base (aca0cc0) to head (6d20660).

Files Patch % Lines
...o/ballerina/compiler/syntax/tree/TreeModifier.java 0.00% 13 Missing ⚠️
...2/ballerinalang/compiler/desugar/QueryDesugar.java 0.00% 11 Missing ⚠️
...ava/io/ballerina/compiler/api/impl/NodeFinder.java 0.00% 10 Missing ⚠️
...lang/compiler/semantics/analyzer/CodeAnalyzer.java 93.61% 2 Missing and 7 partials ⚠️
...inalang/compiler/tree/SimpleBLangNodeAnalyzer.java 0.00% 9 Missing ⚠️
.../tree/expressions/BLangAlternateWorkerReceive.java 52.94% 8 Missing ⚠️
...r/internal/parser/tree/STAlternateReceiveNode.java 53.33% 7 Missing ⚠️
...piler/internal/parser/tree/STReceiveFieldNode.java 58.82% 7 Missing ⚠️
.../compiler/internal/parser/tree/STTreeModifier.java 14.28% 6 Missing ⚠️
...runtime/internal/scheduling/WorkerDataChannel.java 87.50% 2 Missing and 3 partials ⚠️
... and 19 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master   #42294       +/-   ##
=============================================
+ Coverage      0.00%   76.54%   +76.54%     
- Complexity        0    53415    +53415     
=============================================
  Files             9     2900     +2891     
  Lines            35   201875   +201840     
  Branches          0    26289    +26289     
=============================================
+ Hits              0   154534   +154534     
- Misses           35    38860    +38825     
- Partials          0     8481     +8481     

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