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

chore(completion): replace CRLF with LF for code completion LLM requests #3303

Merged
merged 8 commits into from
Oct 28, 2024

chore: rename generated to generated_text

b8c79ce
Select commit
Loading
Failed to load commit list.
Merged

chore(completion): replace CRLF with LF for code completion LLM requests #3303

chore: rename generated to generated_text
b8c79ce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 24, 2024 in 0s

63.79% (+0.18%) compared to 681dc9d

View this Pull Request on Codecov

63.79% (+0.18%) compared to 681dc9d

Details

Codecov Report

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

Project coverage is 63.79%. Comparing base (681dc9d) to head (b8c79ce).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
crates/tabby/src/services/completion.rs 98.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3303      +/-   ##
==========================================
+ Coverage   63.61%   63.79%   +0.18%     
==========================================
  Files         187      187              
  Lines       20820    20932     +112     
==========================================
+ Hits        13245    13354     +109     
- Misses       7575     7578       +3     

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