pksprojects / ElasticSwift

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

[feat] update request #34

Closed prafsoni closed 5 years ago

prafsoni commented 5 years ago

31

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 3.07%. The diff coverage is 71.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   26.21%   29.29%   +3.07%     
==========================================
  Files          40       40              
  Lines        2525     2601      +76     
==========================================
+ Hits          662      762     +100     
+ Misses       1863     1839      -24
Impacted Files Coverage Δ
Sources/ElasticSwift/Errors/Errors.swift 43.9% <ø> (ø) :arrow_up:
...Swift/Queries/Builders/ScoreFunctionBuilders.swift 0% <ø> (ø) :arrow_up:
Sources/ElasticSwift/Requests/UpdateRequest.swift 73.33% <71.76%> (+73.33%) :arrow_up:
Sources/ElasticSwift/ElasticSwift.swift 55.07% <0%> (+2.89%) :arrow_up:
Sources/ElasticSwift/Requests/IndexRequest.swift 62.22% <0%> (+5.55%) :arrow_up:
Sources/ElasticSwift/Utils/CodableUtils.swift 6.03% <0%> (+6.03%) :arrow_up:

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 915869b...f70e949. Read the comment docs.