Skip to content

feat: support org.asynchttpclient#235

Open
YongwuHe wants to merge 1 commit into
mainfrom
feat/asyncHttpClient
Open

feat: support org.asynchttpclient#235
YongwuHe wants to merge 1 commit into
mainfrom
feat/asyncHttpClient

Conversation

@YongwuHe

@YongwuHe YongwuHe commented Aug 2, 2023

Copy link
Copy Markdown
Collaborator

Fix #206

@codecov

codecov Bot commented Aug 2, 2023

Copy link
Copy Markdown

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
@sonarqubecloud

Copy link
Copy Markdown

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
@sonarqubecloud

sonarqubecloud Bot commented Jan 8, 2024

Copy link
Copy Markdown

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

@mr3 mr3 force-pushed the feat/asyncHttpClient branch from ff871cb to b64d962 Compare March 25, 2024 02:43
@sonarqubecloud

Copy link
Copy Markdown

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 74.55197% with 71 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.77%. Comparing base (73391cf) to head (b64d962).
⚠️ Report is 75 commits behind head on main.

Files with missing lines 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 ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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

2 participants