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

Update schema after rebasing

bd71d56
Select commit
Loading
Failed to load commit list.
Merged

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

Update schema after rebasing
bd71d56
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 16, 2024 in 0s

53.75% (-0.73%) compared to f21b900

View this Pull Request on Codecov

53.75% (-0.73%) compared to f21b900

Details

Codecov Report

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

Project coverage is 53.75%. Comparing base (f21b900) to head (bd71d56).
Report is 12 commits behind head on main.

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

Files Patch % Lines
ee/tabby-db/src/github_repository_provider.rs 0.00% 73 Missing ⚠️
...ebserver/src/service/github_repository_provider.rs 0.00% 34 Missing ⚠️
ee/tabby-webserver/src/schema/mod.rs 0.00% 13 Missing ⚠️
...webserver/src/schema/github_repository_provider.rs 0.00% 10 Missing ⚠️
ee/tabby-webserver/src/service/dao.rs 0.00% 10 Missing ⚠️
ee/tabby-webserver/src/handler.rs 0.00% 5 Missing ⚠️
ee/tabby-webserver/src/integrations/github.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1800      +/-   ##
==========================================
- Coverage   54.48%   53.75%   -0.73%     
==========================================
  Files         121      121              
  Lines       10753    10899     +146     
==========================================
  Hits         5859     5859              
- Misses       4894     5040     +146     

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