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

feat(page): page and section backend #3666

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

chore: reduce unnecessary page apis

a0bbaf2
Select commit
Loading
Failed to load commit list.
Open

feat(page): page and section backend #3666

chore: reduce unnecessary page apis
a0bbaf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 15, 2025 in 1s

62.24% (-0.96%) compared to 3b240e1

View this Pull Request on Codecov

62.24% (-0.96%) compared to 3b240e1

Details

Codecov Report

Attention: Patch coverage is 0.25840% with 386 lines in your changes missing coverage. Please review.

Project coverage is 62.24%. Comparing base (3b240e1) to head (a0bbaf2).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
ee/tabby-db/src/pages.rs 0.00% 154 Missing ⚠️
ee/tabby-webserver/src/service/page.rs 0.00% 98 Missing ⚠️
ee/tabby-schema/src/schema/mod.rs 0.00% 73 Missing ⚠️
ee/tabby-schema/src/schema/page/types.rs 0.00% 21 Missing ⚠️
ee/tabby-schema/src/dao.rs 0.00% 20 Missing ⚠️
ee/tabby-webserver/src/service/mod.rs 0.00% 10 Missing ⚠️
ee/tabby-schema/src/policy.rs 0.00% 9 Missing ⚠️
crates/ollama-api-bindings/src/model.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3666      +/-   ##
==========================================
- Coverage   63.20%   62.24%   -0.96%     
==========================================
  Files         206      210       +4     
  Lines       24786    25269     +483     
==========================================
+ Hits        15666    15729      +63     
- Misses       9120     9540     +420     

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