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

New authentication system (#1341) (#1992) (#2205) #3081

Merged
merged 5 commits into from
Mar 4, 2024

add new authentication system

9a1e89c
Select commit
Loading
Failed to load commit list.
Merged

New authentication system (#1341) (#1992) (#2205) #3081

add new authentication system
9a1e89c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 4, 2024 in 1s

55.07% (-0.19%) compared to 765d29f

View this Pull Request on Codecov

55.07% (-0.19%) compared to 765d29f

Details

Codecov Report

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

Project coverage is 55.07%. Comparing base (765d29f) to head (9a1e89c).

Files Patch % Lines
internal/auth/manager.go 53.67% 79 Missing and 3 partials ⚠️
internal/conf/conf.go 54.74% 54 Missing and 8 partials ⚠️
internal/conf/path.go 1.85% 52 Missing and 1 partial ⚠️
internal/conf/ip_networks.go 29.41% 34 Missing and 2 partials ⚠️
internal/conf/rtsp_auth_methods.go 29.03% 21 Missing and 1 partial ⚠️
internal/playback/server.go 33.33% 19 Missing and 3 partials ⚠️
internal/conf/auth_method.go 22.72% 17 Missing ⚠️
internal/api/api.go 50.00% 9 Missing and 1 partial ⚠️
internal/conf/auth_action.go 40.00% 8 Missing and 1 partial ⚠️
internal/servers/rtmp/conn.go 33.33% 4 Missing ⚠️
... and 13 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3081      +/-   ##
==========================================
- Coverage   55.25%   55.07%   -0.19%     
==========================================
  Files         149      150       +1     
  Lines       16463    16811     +348     
==========================================
+ Hits         9097     9258     +161     
- Misses       6647     6826     +179     
- Partials      719      727       +8     

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