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

Issue 234 redis cache #235

Merged
merged 7 commits into from
Nov 28, 2023

fix(#234): go mod tidy after rebase

accbcee
Select commit
Loading
Failed to load commit list.
Merged

Issue 234 redis cache #235

fix(#234): go mod tidy after rebase
accbcee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 28, 2023 in 0s

60.43% (-0.66%) compared to 98d71b4

View this Pull Request on Codecov

60.43% (-0.66%) compared to 98d71b4

Details

Codecov Report

Attention: 163 lines in your changes are missing coverage. Please review.

Comparison is base (98d71b4) 61.08% compared to head (accbcee) 60.43%.

Files Patch % Lines
internal/repository/kafka/kafka.go 0.00% 55 Missing ⚠️
internal/repository/cache/lowlevel.go 40.29% 33 Missing and 7 partials ⚠️
internal/repository/cache/cache.go 58.00% 20 Missing and 1 partial ⚠️
internal/service/services/services.go 33.33% 8 Missing and 2 partials ⚠️
internal/service/repositories/repositories.go 40.00% 6 Missing and 3 partials ⚠️
internal/service/updater/repositories.go 43.75% 6 Missing and 3 partials ⚠️
internal/service/owners/owners.go 53.84% 4 Missing and 2 partials ⚠️
internal/repository/config/accessors.go 33.33% 4 Missing ⚠️
internal/service/updater/owners.go 25.00% 2 Missing and 1 partial ⚠️
internal/service/updater/services.go 25.00% 2 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
- Coverage   61.08%   60.43%   -0.66%     
==========================================
  Files          50       49       -1     
  Lines        5250     5181      -69     
==========================================
- Hits         3207     3131      -76     
+ Misses       1821     1809      -12     
- Partials      222      241      +19     

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