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(htpasswd): add autoreload for htpasswd #2933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

feat(htpasswd): move htpasswd processing to a helper struct and add r…

259df17
Select commit
Loading
Failed to load commit list.
Open

feat(htpasswd): add autoreload for htpasswd #2933

feat(htpasswd): move htpasswd processing to a helper struct and add r…
259df17
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 5, 2025 in 0s

91.02% (-0.04%) compared to d0ad935

View this Pull Request on Codecov

91.02% (-0.04%) compared to d0ad935

Details

Codecov Report

Attention: Patch coverage is 84.25926% with 17 lines in your changes missing coverage. Please review.

Project coverage is 91.02%. Comparing base (d0ad935) to head (259df17).

Files with missing lines Patch % Lines
pkg/cli/server/config_reloader.go 22.22% 12 Missing and 2 partials ⚠️
pkg/api/htpasswd.go 94.33% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2933      +/-   ##
==========================================
- Coverage   91.06%   91.02%   -0.04%     
==========================================
  Files         174      175       +1     
  Lines       32655    32725      +70     
==========================================
+ Hits        29736    29789      +53     
- Misses       2207     2221      +14     
- Partials      712      715       +3     

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