Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
94 stars 25 forks source link

Swift4 #60

Closed quanvo87 closed 6 years ago

quanvo87 commented 6 years ago

Description

Motivation and Context

How Has This Been Tested?

Checklist:

codecov-io commented 6 years ago

Codecov Report

Merging #60 into master will decrease coverage by 11.39%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #60      +/-   ##
==========================================
- Coverage   92.32%   80.93%   -11.4%     
==========================================
  Files          45       17      -28     
  Lines        7910     2381    -5529     
==========================================
- Hits         7303     1927    -5376     
+ Misses        607      454     -153
Flag Coverage Δ
#SwiftRedis 80.93% <ø> (?)
Impacted Files Coverage Δ
Sources/SwiftRedis/Redis+Basic.swift 98.46% <ø> (ø)
Sources/SwiftRedis/Redis+List.swift 100% <ø> (ø)
Sources/SwiftRedis/RedisResp.swift 78.45% <ø> (ø)
Sources/SwiftRedis/RedisMulti+SortedSet.swift 67.44% <ø> (ø)
Sources/SwiftRedis/RedisMulti+List.swift 100% <ø> (ø)
Sources/SwiftRedis/RedisMulti+Basic.swift 92.95% <ø> (ø)
Sources/SwiftRedis/Redis+Geo.swift 96.55% <ø> (ø)
Sources/SwiftRedis/Redis+Set.swift 97.11% <ø> (ø)
Sources/SwiftRedis/RedisMulti.swift 76.92% <ø> (ø)
Sources/SwiftRedis/RedisMisc.swift 75.64% <ø> (ø)
... and 34 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 0441c97...5cff24e. Read the comment docs.

youming-lin commented 6 years ago

IBM-Swift/Kitura#1121