opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
110 stars 58 forks source link

fix: remove trailing slash on given host #140

Closed shyim closed 1 year ago

shyim commented 1 year ago

Description

Remove trailing slash on given hosts

Issues Resolved

Fixes #138

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov-commenter commented 1 year ago

Codecov Report

Merging #140 (7525b5c) into main (849734d) will decrease coverage by 0.01%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@             Coverage Diff              @@
##               main     #140      +/-   ##
============================================
- Coverage     23.91%   23.91%   -0.01%     
+ Complexity     1935     1932       -3     
============================================
  Files           245      245              
  Lines          6848     6845       -3     
============================================
- Hits           1638     1637       -1     
+ Misses         5210     5208       -2     
Impacted Files Coverage Δ
src/OpenSearch/ClientBuilder.php 74.23% <100.00%> (-0.49%) :arrow_down:
src/OpenSearch/Connections/ConnectionFactory.php 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.