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(webserver, db): Implement github provided repositories #1800

Merged
merged 15 commits into from
Apr 16, 2024

Add test case

282b56f
Select commit
Loading
Failed to load commit list.
Merged

feat(webserver, db): Implement github provided repositories #1800

Add test case
282b56f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 16, 2024 in 0s

55.08% (+0.59%) compared to f21b900

View this Pull Request on Codecov

55.08% (+0.59%) compared to f21b900

Details

Codecov Report

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

Project coverage is 55.08%. Comparing base (f21b900) to head (282b56f).
Report is 12 commits behind head on main.

❗ Current head 282b56f differs from pull request most recent head 17be87a. Consider uploading reports for the commit 17be87a to get more accurate results

Files Patch % Lines
ee/tabby-db/src/github_repository_provider.rs 76.71% 17 Missing ⚠️
ee/tabby-webserver/src/schema/mod.rs 0.00% 16 Missing ⚠️
...webserver/src/schema/github_repository_provider.rs 0.00% 15 Missing ⚠️
...ebserver/src/service/github_repository_provider.rs 94.64% 6 Missing ⚠️
ee/tabby-webserver/src/handler.rs 0.00% 5 Missing ⚠️
ee/tabby-webserver/src/service/dao.rs 72.72% 3 Missing ⚠️
ee/tabby-webserver/src/integrations/github.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1800      +/-   ##
==========================================
+ Coverage   54.48%   55.08%   +0.59%     
==========================================
  Files         121      123       +2     
  Lines       10753    10999     +246     
==========================================
+ Hits         5859     6059     +200     
- Misses       4894     4940      +46     

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