Closed CSalih closed 1 year ago
Merging #160 (ee9c261) into main (8b6cdbc) will increase coverage by
0.02%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #160 +/- ##
============================================
+ Coverage 24.14% 24.16% +0.02%
- Complexity 1937 1938 +1
============================================
Files 246 246
Lines 6863 6865 +2
============================================
+ Hits 1657 1659 +2
Misses 5206 5206
Impacted Files | Coverage Δ | |
---|---|---|
src/OpenSearch/ClientBuilder.php | 74.42% <100.00%> (+0.19%) |
:arrow_up: |
Thanks for your work on this! :)
Description
This fixes a bug in ClientBuilder where basic authentication is overridden when first basic authentication then connection params is set.
Issues Resolved
Fixes #159