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

fix(worker): Handle malformed JWT with an HTTP 400 response #3062

Merged
merged 1 commit into from
May 23, 2024

fix(worker): Handle malformed JWT with a correct HTTP 400 response

415b60b
Select commit
Loading
Failed to load commit list.
Merged

fix(worker): Handle malformed JWT with an HTTP 400 response #3062

fix(worker): Handle malformed JWT with a correct HTTP 400 response
415b60b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 23, 2024 in 1s

42.41% (-0.01%) compared to 9afe434

View this Pull Request on Codecov

42.41% (-0.01%) compared to 9afe434

Details

Codecov Report

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

Project coverage is 42.41%. Comparing base (9afe434) to head (415b60b).

Files Patch % Lines
...ervices/datalad/datalad_service/middleware/auth.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3062      +/-   ##
==========================================
- Coverage   42.42%   42.41%   -0.01%     
==========================================
  Files         601      601              
  Lines       37939    37944       +5     
  Branches     1113     1113              
==========================================
  Hits        16095    16095              
- Misses      21628    21633       +5     
  Partials      216      216              

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