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): cleanup directory structure / naming for Repository / GitRepository / GithubRepository / GitlabRepository #1983

Merged
merged 8 commits into from
Apr 26, 2024

update

15de4dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 0s

57.01% (-0.01%) compared to 607efd3, passed because coverage increased by +0.05% when compared to adjusted base (56.95%)

View this Pull Request on Codecov

57.01% (-0.01%) compared to 607efd3, passed because coverage increased by +0.05% when compared to adjusted base (56.95%)

Details

Codecov Report

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

Project coverage is 57.01%. Comparing base (607efd3) to head (15de4dc).

Files Patch % Lines
ee/tabby-webserver/src/cron/db/github.rs 0.00% 8 Missing ⚠️
ee/tabby-webserver/src/cron/db/gitlab.rs 0.00% 8 Missing ⚠️
ee/tabby-webserver/src/schema/mod.rs 0.00% 4 Missing ⚠️
...e/tabby-webserver/src/service/repository/github.rs 86.66% 4 Missing ⚠️
...e/tabby-webserver/src/service/repository/gitlab.rs 86.66% 4 Missing ⚠️
ee/tabby-webserver/src/cron/db/mod.rs 0.00% 2 Missing ⚠️
ee/tabby-webserver/src/service/repository/mod.rs 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1983      +/-   ##
==========================================
- Coverage   57.01%   57.01%   -0.01%     
==========================================
  Files         136      136              
  Lines       12444    12376      -68     
==========================================
- Hits         7095     7056      -39     
+ Misses       5349     5320      -29     

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