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

restructure dir for repository

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

refactor(webserver): cleanup directory structure / naming for Repository / GitRepository / GithubRepository / GitlabRepository #1983

restructure dir for repository
7c800ed
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 0s

57.04% (+0.02%) compared to 607efd3

View this Pull Request on Codecov

57.04% (+0.02%) compared to 607efd3

Details

Codecov Report

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

Project coverage is 57.04%. Comparing base (607efd3) to head (7c800ed).

❗ Current head 7c800ed differs from pull request most recent head 15de4dc. Consider uploading reports for the commit 15de4dc to get more accurate results

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 ⚠️
...server/src/service/repository/github_repository.rs 88.23% 4 Missing ⚠️
...server/src/service/repository/gitlab_repository.rs 88.23% 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.04%   +0.02%     
==========================================
  Files         136      136              
  Lines       12444    12384      -60     
==========================================
- Hits         7095     7064      -31     
+ Misses       5349     5320      -29     

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