Kitura / Kitura-redis

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

Issue 1013 #49

Closed quanvo87 closed 7 years ago

quanvo87 commented 7 years ago

Description

Add GEO commands, and their transaction forms. Add tests for these.

Motivation and Context

How Has This Been Tested?

Unit tests.

Checklist:

codecov-io commented 7 years ago

Codecov Report

Merging #49 into master will decrease coverage by -0.28%. The diff coverage is 83.69%.

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   86.99%   86.72%   -0.28%     
==========================================
  Files          36       40       +4     
  Lines        6052     6604     +552     
==========================================
+ Hits         5265     5727     +462     
- Misses        787      877      +90
Impacted Files Coverage Δ
Tests/SwiftRedisTests/TestTransactionsPart7.swift 93.77% <ø> (ø) :white_check_mark:
Sources/RedisMulti+Basic.swift 90.47% <ø> (ø) :white_check_mark:
Sources/RedisMulti+List.swift 100% <ø> (ø) :white_check_mark:
Sources/RedisMulti.swift 76.92% <100%> (+3.39%) :white_check_mark:
Sources/Redis.swift 73.39% <62.96%> (-1.37%) :x:
Sources/RedisMulti+Geo.swift 66.66% <66.66%> (ø)
Sources/Redis+Geo.swift 66.66% <66.66%> (ø)
Tests/SwiftRedisTests/TestTransactionsPart9.swift 88.61% <88.61%> (ø)
Tests/SwiftRedisTests/TestGeoCommands.swift 93.01% <93.01%> (ø)
... and 3 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 faf5df0...8a555a5. Read the comment docs.