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: establish language server service for the graphical editor #1315

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

Merge branch 'main' into custom-editor-language-server-extension

1100ecb
Select commit
Loading
Failed to load commit list.
Open

feat: establish language server service for the graphical editor #1315

Merge branch 'main' into custom-editor-language-server-extension
1100ecb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 22, 2025 in 0s

95.00% (-4.73%) compared to 373d404

View this Pull Request on Codecov

95.00% (-4.73%) compared to 373d404

Details

Codecov Report

Attention: Patch coverage is 20.55961% with 653 lines in your changes missing coverage. Please review.

Project coverage is 95.00%. Comparing base (373d404) to head (1100ecb).

Files with missing lines Patch % Lines
...g/src/language/graphical-editor/ast-parser/call.ts 5.32% 160 Missing ⚠️
...uage/graphical-editor/graphical-editor-provider.ts 30.66% 104 Missing ⚠️
...src/language/graphical-editor/ast-parser/parser.ts 14.28% 96 Missing ⚠️
.../language/graphical-editor/ast-parser/statement.ts 10.38% 69 Missing ⚠️
...e/graphical-editor/ast-parser/tools/debug-utils.ts 9.43% 48 Missing ⚠️
...language/graphical-editor/ast-parser/expression.ts 15.38% 44 Missing ⚠️
...rc/language/graphical-editor/ast-parser/segment.ts 14.28% 36 Missing ⚠️
...g/src/language/graphical-editor/ast-parser/edge.ts 37.50% 25 Missing ⚠️
...afe-ds-lang/src/language/graphical-editor/types.ts 37.50% 15 Missing ⚠️
...c/language/graphical-editor/ast-parser/argument.ts 27.77% 13 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1315      +/-   ##
==========================================
- Coverage   99.72%   95.00%   -4.73%     
==========================================
  Files         119      134      +15     
  Lines       12955    13777     +822     
  Branches     4240     4248       +8     
==========================================
+ Hits        12920    13089     +169     
- Misses         35      687     +652     
- Partials        0        1       +1     

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