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: added functionality to choose between apache and okHttp for sending HTTP requests via settings #543

Merged
merged 1 commit into from
May 12, 2024

Conversation

tangcent
Copy link
Owner

No description provided.

@tangcent tangcent added the type: enhancement New feature or request label May 12, 2024
Copy link

codecov bot commented May 12, 2024

Codecov Report

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

Project coverage is 63.454%. Comparing base (fd7a3dd) to head (136809b).

Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff               @@
##              master      #543       +/-   ##
===============================================
+ Coverage     62.872%   63.454%   +0.582%     
- Complexity      1941      2014       +73     
===============================================
  Files            219       223        +4     
  Lines          10453     10614      +161     
  Branches        2551      2587       +36     
===============================================
+ Hits            6572      6735      +163     
- Misses          2526      2537       +11     
+ Partials        1355      1342       -13     
Flag Coverage Δ
unittests 63.454% <81.423%> (+0.582%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...main/kotlin/com/itangcent/http/ApacheHttpClient.kt 92.157% <100.000%> (+0.853%) ⬆️
...i/src/main/kotlin/com/itangcent/http/HttpClient.kt 100.000% <ø> (ø)
...gcent/idea/plugin/api/export/suv/SuvApiExporter.kt 0.000% <ø> (ø)
...m/itangcent/idea/plugin/settings/HttpClientType.kt 100.000% <100.000%> (ø)
...lin/com/itangcent/idea/plugin/settings/Settings.kt 98.507% <100.000%> (+30.681%) ⬆️
...nt/idea/plugin/settings/xml/ApplicationSettings.kt 100.000% <100.000%> (ø)
...m/itangcent/suv/http/AbstractHttpClientProvider.kt 100.000% <100.000%> (ø)
...om/itangcent/suv/http/DefaultHttpClientProvider.kt 100.000% <100.000%> (ø)
.../itangcent/suv/http/HttpClientScriptInterceptor.kt 92.405% <100.000%> (ø)
.../src/main/kotlin/com/itangcent/http/HttpRequest.kt 85.385% <50.000%> (-0.553%) ⬇️
... and 6 more

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd7a3dd...136809b. Read the comment docs.

@tangcent tangcent merged commit 7eb93f1 into master May 12, 2024
10 checks passed
@tangcent tangcent mentioned this pull request May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant