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(webserver): support browsing github / gitlab repositories. #1968

Merged
merged 3 commits into from
Apr 26, 2024

simplify

d941827
Select commit
Loading
Failed to load commit list.
Merged

refactor(webserver): support browsing github / gitlab repositories. #1968

simplify
d941827
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 26, 2024 in 0s

56.95% (-0.51%) compared to cfe715b

View this Pull Request on Codecov

56.95% (-0.51%) compared to cfe715b

Details

Codecov Report

Attention: Patch coverage is 0% with 152 lines in your changes are missing coverage. Please review.

Project coverage is 56.95%. Comparing base (cfe715b) to head (d941827).

Files Patch % Lines
ee/tabby-webserver/src/service/repository.rs 0.00% 37 Missing ⚠️
ee/tabby-webserver/src/schema/repository.rs 0.00% 26 Missing ⚠️
...ebserver/src/service/github_repository_provider.rs 0.00% 16 Missing ⚠️
...ebserver/src/service/gitlab_repository_provider.rs 0.00% 16 Missing ⚠️
ee/tabby-webserver/src/service/git_repository.rs 0.00% 14 Missing ⚠️
ee/tabby-db/src/github_repository_provider.rs 0.00% 13 Missing ⚠️
ee/tabby-db/src/gitlab_repository_provider.rs 0.00% 13 Missing ⚠️
ee/tabby-webserver/src/repositories/resolve.rs 0.00% 8 Missing ⚠️
ee/tabby-webserver/src/repositories/mod.rs 0.00% 5 Missing ⚠️
ee/tabby-db/src/repositories.rs 0.00% 3 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1968      +/-   ##
==========================================
- Coverage   57.46%   56.95%   -0.51%     
==========================================
  Files         136      136              
  Lines       12286    12369      +83     
==========================================
- Hits         7060     7045      -15     
- Misses       5226     5324      +98     

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