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

MG-2048 - Implement Personal Access Tokens (PATs) #2492

Merged
merged 36 commits into from
Dec 18, 2024

address comments

eb216d3
Select commit
Loading
Failed to load commit list.
Merged

MG-2048 - Implement Personal Access Tokens (PATs) #2492

address comments
eb216d3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 17, 2024 in 1s

39.26% (-4.72%) compared to 0d126c3

View this Pull Request on Codecov

39.26% (-4.72%) compared to 0d126c3

Details

Codecov Report

Attention: Patch coverage is 7.23270% with 3245 lines in your changes missing coverage. Please review.

Project coverage is 39.26%. Comparing base (0d126c3) to head (eb216d3).

Files with missing lines Patch % Lines
auth/bolt/pat.go 0.00% 641 Missing ⚠️
auth/pat.go 0.00% 426 Missing ⚠️
auth/mocks/pats.go 0.00% 283 Missing ⚠️
auth/mocks/patsrepo.go 0.00% 279 Missing ⚠️
auth/mocks/service.go 8.66% 244 Missing and 9 partials ⚠️
auth/service.go 1.41% 209 Missing ⚠️
auth/api/logging.go 0.00% 208 Missing ⚠️
auth/api/http/pats/requests.go 0.00% 184 Missing ⚠️
auth/api/http/pats/transport.go 36.13% 152 Missing ⚠️
auth/api/http/pats/endpoint.go 9.01% 100 Missing and 11 partials ⚠️
... and 11 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2492      +/-   ##
==========================================
- Coverage   43.98%   39.26%   -4.72%     
==========================================
  Files         385      293      -92     
  Lines       48266    41533    -6733     
==========================================
- Hits        21231    16309    -4922     
+ Misses      24884    23889     -995     
+ Partials     2151     1335     -816     

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