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

Remove messages and definitions #190

Merged
merged 12 commits into from
Oct 9, 2024

Fix yarn.lock & tests

dc26df6
Select commit
Loading
Failed to load commit list.
Merged

Remove messages and definitions #190

Fix yarn.lock & tests
dc26df6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 0s

81.66% (-1.16%) compared to 6cb2a33

View this Pull Request on Codecov

81.66% (-1.16%) compared to 6cb2a33

Details

Codecov Report

Attention: Patch coverage is 97.26027% with 2 lines in your changes missing coverage. Please review.

Project coverage is 81.66%. Comparing base (6cb2a33) to head (dc26df6).

Files with missing lines Patch % Lines
packages/client/src/commands.ts 91.66% 1 Missing ⚠️
packages/server/src/functionalities/reporter.ts 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   82.81%   81.66%   -1.16%     
==========================================
  Files          35       36       +1     
  Lines        2683     2471     -212     
  Branches      371      363       -8     
==========================================
- Hits         2222     2018     -204     
+ Misses        461      453       -8     
Components Coverage Δ
Debugger 25.24% <ø> (ø)
Extension Client 92.40% <97.36%> (+0.87%) ⬆️
LSP Server 92.76% <97.14%> (-0.55%) ⬇️
Files with missing lines Coverage Δ
packages/client/src/extension.ts 97.50% <100.00%> (+0.02%) ⬆️
packages/client/src/messages.ts 100.00% <100.00%> (ø)
packages/server/src/functionalities/definition.ts 90.00% <100.00%> (+6.66%) ⬆️
packages/server/src/settings.ts 100.00% <100.00%> (ø)
packages/client/src/commands.ts 97.20% <91.66%> (+0.82%) ⬆️
packages/server/src/functionalities/reporter.ts 97.14% <87.50%> (-2.08%) ⬇️