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

Introduce JSDoc-based Type System with checkJs flag #5318

Merged
merged 44 commits into from
Dec 6, 2023

cleanup

07b0241
Select commit
Loading
Failed to load commit list.
Merged

Introduce JSDoc-based Type System with checkJs flag #5318

cleanup
07b0241
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 5, 2023 in 0s

87.59% (+0.01%) compared to e8674fc

View this Pull Request on Codecov

87.59% (+0.01%) compared to e8674fc

Details

Codecov Report

Attention: 33 lines in your changes are missing coverage. Please review.

Comparison is base (e8674fc) 87.58% compared to head (07b0241) 87.59%.

Files Patch % Lines
src/keyboard/gutter_handler.js 78.12% 7 Missing ⚠️
src/lib/event.js 68.18% 7 Missing ⚠️
src/editor.js 37.50% 5 Missing ⚠️
src/autocomplete.js 80.95% 4 Missing ⚠️
src/ext/inline_autocomplete.js 88.88% 2 Missing ⚠️
src/virtual_renderer.js 50.00% 2 Missing ⚠️
src/ext/static_highlight.js 83.33% 1 Missing ⚠️
src/keyboard/textinput.js 83.33% 1 Missing ⚠️
src/lib/report_error.js 0.00% 1 Missing ⚠️
src/line_widgets.js 75.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5318      +/-   ##
==========================================
+ Coverage   87.58%   87.59%   +0.01%     
==========================================
  Files         583      583              
  Lines       46369    46389      +20     
  Branches     7016     7018       +2     
==========================================
+ Hits        40610    40636      +26     
+ Misses       5759     5753       -6     

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