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

Java HttpClient - Addition of status code to reported externals #2089

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Oct 4, 2024

Resolves #2085
Externals reported when using the Java Http Client now properly report the HTTP status code.

Note that the response text will still be null.

@jtduffy jtduffy requested a review from a team October 4, 2024 16:38
@codecov-commenter
Copy link

codecov-commenter commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.59%. Comparing base (7cc5b0c) to head (1cbb592).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2089      +/-   ##
============================================
+ Coverage     70.56%   70.59%   +0.03%     
- Complexity     9879     9881       +2     
============================================
  Files           829      829              
  Lines         39961    39961              
  Branches       6081     6081              
============================================
+ Hits          28197    28211      +14     
+ Misses         9032     9021      -11     
+ Partials       2732     2729       -3     

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

@jtduffy jtduffy merged commit 7a8faab into main Oct 4, 2024
111 checks passed
@jtduffy jtduffy deleted the java-httpclient-status-code branch October 4, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Built in Java HttpClient doesn't report HTTP status code on externals
3 participants