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(structured_doc): split pre-sync stage to optimize pull request indexing speed #3538

Merged
merged 7 commits into from
Dec 12, 2024

chore: add changie log

b129fd5
Select commit
Loading
Failed to load commit list.
Merged

refactor(structured_doc): split pre-sync stage to optimize pull request indexing speed #3538

chore: add changie log
b129fd5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2024 in 0s

62.56% (+0.02%) compared to 675c654

View this Pull Request on Codecov

62.56% (+0.02%) compared to 675c654

Details

Codecov Report

Attention: Patch coverage is 17.67442% with 177 lines in your changes missing coverage. Please review.

Project coverage is 62.56%. Comparing base (675c654) to head (b129fd5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../service/background_job/third_party_integration.rs 0.00% 86 Missing ⚠️
...ce/background_job/third_party_integration/pulls.rs 0.00% 73 Missing ⚠️
...ebserver/src/service/background_job/web_crawler.rs 0.00% 10 Missing ⚠️
crates/tabby-index/src/structured_doc/public.rs 75.00% 4 Missing ⚠️
...e/background_job/third_party_integration/issues.rs 0.00% 2 Missing ⚠️
ee/tabby-webserver/src/service/repository/mod.rs 0.00% 1 Missing ⚠️
...by-webserver/src/service/repository/third_party.rs 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3538      +/-   ##
==========================================
+ Coverage   62.54%   62.56%   +0.02%     
==========================================
  Files         198      198              
  Lines       22751    22805      +54     
==========================================
+ Hits        14229    14268      +39     
- Misses       8522     8537      +15     

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