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: LSP server crashing in case of error in schema #3467

Merged
merged 1 commit into from
Nov 20, 2023

fix: LSP server crashing in case of error in schema

7e78bfd
Select commit
Loading
Failed to load commit list.
Merged

fix: LSP server crashing in case of error in schema #3467

fix: LSP server crashing in case of error in schema
7e78bfd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 20, 2023 in 0s

55.83% (target 50.00%)

View this Pull Request on Codecov

55.83% (target 50.00%)

Details

Codecov Report

Merging #3467 (7e78bfd) into main (2348641) will increase coverage by 0.08%.
Report is 35 commits behind head on main.
The diff coverage is 77.22%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3467      +/-   ##
==========================================
+ Coverage   55.75%   55.83%   +0.08%     
==========================================
  Files         110      110              
  Lines        5243     5267      +24     
  Branches     1426     1435       +9     
==========================================
+ Hits         2923     2941      +18     
- Misses       1897     1900       +3     
- Partials      423      426       +3     
Files Coverage Δ
packages/graphiql-react/src/editor/context.tsx 73.39% <100.00%> (ø)
...raphql-language-service-server/src/GraphQLCache.ts 50.88% <50.00%> (ø)
...nguage-service/src/utils/getVariablesJSONSchema.ts 94.59% <98.38%> (+0.71%) ⬆️
packages/graphiql/src/components/GraphiQL.tsx 68.96% <0.00%> (-0.97%) ⬇️
...ql-language-service-server/src/MessageProcessor.ts 46.02% <62.50%> (-0.20%) ⬇️
packages/graphiql-react/src/editor/hooks.ts 40.15% <23.52%> (+1.56%) ⬆️