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(db, webserver): Implement GitHubRepositoryProvider connect flow #1749

Merged
merged 18 commits into from
Apr 9, 2024

Make redirect temporary

7d69008
Select commit
Loading
Failed to load commit list.
Merged

feat(db, webserver): Implement GitHubRepositoryProvider connect flow #1749

Make redirect temporary
7d69008
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 9, 2024 in 1s

53.11% (-1.28%) compared to f628f5c

View this Pull Request on Codecov

53.11% (-1.28%) compared to f628f5c

Details

Codecov Report

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

Project coverage is 53.11%. Comparing base (f628f5c) to head (7d69008).

Files Patch % Lines
ee/tabby-webserver/src/integrations/github.rs 0.00% 99 Missing ⚠️
ee/tabby-db/src/github_repository_provider.rs 0.00% 76 Missing ⚠️
...ebserver/src/service/github_repository_provider.rs 0.00% 38 Missing ⚠️
...webserver/src/schema/github_repository_provider.rs 0.00% 10 Missing ⚠️
ee/tabby-webserver/src/service/mod.rs 0.00% 8 Missing ⚠️
ee/tabby-webserver/src/schema/mod.rs 0.00% 7 Missing ⚠️
ee/tabby-webserver/src/service/dao.rs 0.00% 7 Missing ⚠️
ee/tabby-webserver/src/handler.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1749      +/-   ##
==========================================
- Coverage   54.38%   53.11%   -1.28%     
==========================================
  Files         117      121       +4     
  Lines       10227    10476     +249     
==========================================
+ Hits         5562     5564       +2     
- Misses       4665     4912     +247     

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