Kitura / Kitura-redis

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

Update to Swift 3.1.1; add 7/5 snapshot to Travis; update copyright y… #55

Closed quanvo87 closed 7 years ago

quanvo87 commented 7 years ago

…ear; IBM-Swift/Kitura#1121

Description

Motivation and Context

How Has This Been Tested?

Checklist:

codecov-io commented 7 years ago

Codecov Report

Merging #55 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   92.36%   92.36%           
=======================================
  Files          45       45           
  Lines        7913     7913           
=======================================
  Hits         7309     7309           
  Misses        604      604
Impacted Files Coverage Δ
Sources/RedisMulti+Set.swift 41.08% <ø> (ø) :arrow_up:
Sources/RedisMulti+SortedSet.swift 67.44% <ø> (ø) :arrow_up:
Sources/Redis+Basic.swift 98.46% <ø> (ø) :arrow_up:
Tests/SwiftRedisTests/TestSetCommands.swift 98.2% <ø> (ø) :arrow_up:
Sources/RedisMulti.swift 76.92% <ø> (ø) :arrow_up:
Sources/RedisMisc.swift 75.64% <ø> (ø) :arrow_up:
Tests/SwiftRedisTests/TestBinarySafeCommands.swift 97.94% <ø> (ø) :arrow_up:
Tests/SwiftRedisTests/TestListsPart1.swift 98.28% <ø> (ø) :arrow_up:
Sources/RedisInfo.swift 100% <ø> (ø) :arrow_up:
Tests/SwiftRedisTests/TestTransactionsPart7.swift 98.19% <ø> (ø) :arrow_up:
... 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 efb1614...1aa7808. Read the comment docs.