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

refactor(highlighter): highligher.ts to highlighter.ts #4730

Merged
merged 1 commit into from
Aug 31, 2023

refactor(highlighter): highligher.ts to highlighter.ts

b47f45f
Select commit
Loading
Failed to load commit list.
Merged

refactor(highlighter): highligher.ts to highlighter.ts #4730

refactor(highlighter): highligher.ts to highlighter.ts
b47f45f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 24, 2023 in 0s

98.75% (+0.00%) compared to 0a2c8b8

View this Pull Request on Codecov

98.75% (+0.00%) compared to 0a2c8b8

Details

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0a2c8b8) 98.75% compared to head (b47f45f) 98.75%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4730   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files         273      273           
  Lines       25923    25923           
  Branches     5379     5379           
=======================================
  Hits        25599    25599           
- Misses        188      189    +1     
+ Partials      136      135    -1     
Files Changed Coverage Δ
src/model/highlighter.ts 100.00% <ø> (ø)
src/handler/refactor/buffer.ts 97.77% <100.00%> (ø)
src/handler/refactor/search.ts 96.99% <100.00%> (ø)
src/handler/semanticTokens/index.ts 100.00% <100.00%> (ø)
src/handler/workspace.ts 97.94% <100.00%> (ø)
src/index.ts 100.00% <100.00%> (ø)
src/list/session.ts 100.00% <100.00%> (ø)
src/model/editInspect.ts 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

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