pksprojects / ElasticSwift

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

Refactor/query query type #78

Closed prafsoni closed 4 years ago

prafsoni commented 4 years ago
sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 38 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

codecov[bot] commented 4 years ago

Codecov Report

Merging #78 into master will increase coverage by 3.82%. The diff coverage is 58.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   49.76%   53.58%   +3.82%     
==========================================
  Files          57       52       -5     
  Lines        7544     7347     -197     
==========================================
+ Hits         3754     3937     +183     
+ Misses       3790     3410     -380
Impacted Files Coverage Δ
...ryDSL/Queries/Builders/ScoreFunctionBuilders.swift 84.7% <ø> (+10.79%) :arrow_up:
Sources/ElasticSwiftCore/Errors/CoreErrors.swift 60% <ø> (+17.14%) :arrow_up:
...lasticSwiftQueryDSL/Queries/TermLevelQueries.swift 15.36% <10.41%> (+0.26%) :arrow_up:
...ElasticSwiftQueryDSL/Queries/FullTextQueries.swift 11.21% <10.52%> (+0.41%) :arrow_up:
Sources/ElasticSwift/Requests/UpdateRequest.swift 70% <100%> (+5.13%) :arrow_up:
Sources/ElasticSwift/Requests/BlukRequest.swift 74.33% <100%> (+2.49%) :arrow_up:
Sources/ElasticSwiftCore/Http/HTTPResponse.swift 100% <100%> (+75.92%) :arrow_up:
Sources/ElasticSwift/Requests/GetRequest.swift 94.44% <100%> (+10.23%) :arrow_up:
...s/ElasticSwiftQueryDSL/Queries/MatchAllQuery.swift 100% <100%> (ø) :arrow_up:
...SwiftNetworkingNIO/ElasticSwiftNetworkingNIO.swift 100% <100%> (+26.66%) :arrow_up:
... and 23 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 8a50a59...cf6a649. Read the comment docs.