pksprojects / ElasticSwift

Elasticsearch client in swift
MIT License
46 stars 18 forks source link

search request enhancement & joining queries support #72

Closed prafsoni closed 4 years ago

prafsoni commented 4 years ago

65

73

codecov[bot] commented 4 years ago

Codecov Report

Merging #72 into master will increase coverage by 6.29%. The diff coverage is 50.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   38.75%   45.04%   +6.29%     
==========================================
  Files          53       53              
  Lines        5638     6713    +1075     
==========================================
+ Hits         2185     3024     +839     
- Misses       3453     3689     +236
Impacted Files Coverage Δ
...tQueryDSL/Queries/Builders/SpanQueryBuilders.swift 0% <ø> (ø) :arrow_up:
...ftQueryDSL/Queries/Builders/GeoQueryBuilders.swift 0% <ø> (ø) :arrow_up:
...ces/ElasticSwift/Serialization/Serialization.swift 100% <ø> (ø) :arrow_up:
...ftQueryDSL/Queries/Builders/MatchAllBuilders.swift 100% <ø> (ø) :arrow_up:
...SL/Queries/Builders/SpecializedQueryBuilders.swift 0% <ø> (ø) :arrow_up:
Sources/ElasticSwift/Errors/Errors.swift 0% <0%> (ø) :arrow_up:
...ources/ElasticSwiftNetworking/SessionManager.swift 0% <0%> (ø) :arrow_up:
Sources/ElasticSwiftCore/QueryDSL/QueryDSL.swift 53.84% <0%> (ø) :arrow_up:
...lasticSwiftNetworking/ElasticSwiftNetworking.swift 0% <0%> (ø) :arrow_up:
...asticSwiftQueryDSL/Queries/SpecializedQuries.swift 0% <0%> (ø) :arrow_up:
... and 48 more

Continue to review full report at Codecov.

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