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): refactor gitlab and github integrations into unified integration / third party repository services #2088

Merged
merged 24 commits into from
May 17, 2024

Add back updated_at

5030b49
Select commit
Loading
Failed to load commit list.
Merged

feat(webserver, db): refactor gitlab and github integrations into unified integration / third party repository services #2088

Add back updated_at
5030b49
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 17, 2024 in 0s

50.78% (-1.06%) compared to 6b6b700

View this Pull Request on Codecov

50.78% (-1.06%) compared to 6b6b700

Details

Codecov Report

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

Project coverage is 50.78%. Comparing base (6b6b700) to head (5030b49).
Report is 15 commits behind head on main.

Current head 5030b49 differs from pull request most recent head 133c7ef

Please upload reports for the commit 133c7ef to get more accurate results.

Files Patch % Lines
...by-webserver/src/service/repository/third_party.rs 18.07% 136 Missing ⚠️
ee/tabby-schema/src/dao.rs 0.00% 80 Missing ⚠️
ee/tabby-schema/src/schema/mod.rs 0.00% 77 Missing ⚠️
.../service/background_job/third_party_integration.rs 0.00% 51 Missing ⚠️
ee/tabby-webserver/src/service/integration.rs 34.78% 45 Missing ⚠️
...src/service/repository/third_party/fetch/gitlab.rs 0.00% 31 Missing ⚠️
...src/service/repository/third_party/fetch/github.rs 0.00% 29 Missing ⚠️
.../tabby-webserver/src/service/background_job/mod.rs 0.00% 19 Missing ⚠️
ee/tabby-db/src/integration_access_tokens.rs 5.55% 17 Missing ⚠️
...server/src/service/repository/third_party/fetch.rs 0.00% 16 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2088      +/-   ##
==========================================
- Coverage   51.83%   50.78%   -1.06%     
==========================================
  Files         153      157       +4     
  Lines       13487    13836     +349     
==========================================
+ Hits         6991     7026      +35     
- Misses       6496     6810     +314     

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