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: support org.asynchttpclient #235

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

Conversation

YongwuHe
Copy link
Collaborator

@YongwuHe YongwuHe commented Aug 2, 2023

Fix #206

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

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

Project coverage is 67.77%. Comparing base (73391cf) to head (b64d962).

Files Patch % Lines
...synchttpclient/AsyncHttpClientInstrumentation.java 0.00% 27 Missing ⚠️
...lient/asynchttpclient/wrapper/ResponseWrapper.java 61.42% 24 Missing and 3 partials ⚠️
...ient/listener/AsyncHttpClientListenableFuture.java 86.79% 5 Missing and 2 partials ⚠️
...t/asynchttpclient/wrapper/AsyncHandlerWrapper.java 90.19% 2 Missing and 3 partials ⚠️
...tpclient/AsyncHttpClientModuleInstrumentation.java 0.00% 4 Missing ⚠️
...ient/asynchttpclient/AsyncHttpClientExtractor.java 97.56% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #235      +/-   ##
============================================
+ Coverage     67.63%   67.77%   +0.13%     
- Complexity     3579     3666      +87     
============================================
  Files           410      419       +9     
  Lines         13645    13923     +278     
  Branches       1622     1643      +21     
============================================
+ Hits           9229     9436     +207     
- Misses         3711     3773      +62     
- Partials        705      714       +9     

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

@YongwuHe YongwuHe force-pushed the feat/asyncHttpClient branch 6 times, most recently from 9550ce6 to a6fff74 Compare August 4, 2023 02:31
@YongwuHe YongwuHe force-pushed the feat/asyncHttpClient branch 3 times, most recently from ee1a1b3 to 5547678 Compare August 15, 2023 08:33
@YongwuHe YongwuHe force-pushed the feat/asyncHttpClient branch 2 times, most recently from ee50090 to 4855a9b Compare August 18, 2023 11:31
@sonarcloud
Copy link

sonarcloud bot commented Aug 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

94.0% 94.0% Coverage
0.0% 0.0% Duplication

@YongwuHe YongwuHe force-pushed the feat/asyncHttpClient branch 2 times, most recently from 4c36094 to ff871cb Compare January 8, 2024 08:17
Copy link

sonarcloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

5 New issues
0 Security Hotspots
94.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

sonarcloud bot commented Mar 25, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support async-http-client mock
1 participant