Fix sync bug #857

Merged
lunny merged 1 commits from lunny/fix_sync into master 2018-03-05 10:01:48 +00:00
Owner
No description provided.
codecov-io commented 2018-03-05 10:01:16 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #857 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #857      +/-   ##
==========================================
+ Coverage   53.25%   53.31%   +0.05%     
==========================================
  Files          39       39              
  Lines        7389     7394       +5     
==========================================
+ Hits         3935     3942       +7     
+ Misses       2952     2951       -1     
+ Partials      502      501       -1
Impacted Files Coverage Δ
session_schema.go 57.51% <100%> (+0.81%) ⬆️
session.go 56.69% <0%> (+0.39%) ⬆️

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 60090fa...8f6225c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=h1) Report > Merging [#857](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/60090fa5e0e62594d54eca2009d5c381d1cf6aab?src=pr&el=desc) will **increase** coverage by `0.05%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/857/graphs/tree.svg?width=650&height=150&token=yB5nO1krEe&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #857 +/- ## ========================================== + Coverage 53.25% 53.31% +0.05% ========================================== Files 39 39 Lines 7389 7394 +5 ========================================== + Hits 3935 3942 +7 + Misses 2952 2951 -1 + Partials 502 501 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_schema.go](https://codecov.io/gh/go-xorm/xorm/pull/857/diff?src=pr&el=tree#diff-c2Vzc2lvbl9zY2hlbWEuZ28=) | `57.51% <100%> (+0.81%)` | :arrow_up: | | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/857/diff?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `56.69% <0%> (+0.39%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=footer). Last update [60090fa...8f6225c](https://codecov.io/gh/go-xorm/xorm/pull/857?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
lunny referenced this issue from a commit 2019-10-21 05:47:00 +00:00
Sign in to join this conversation.
No description provided.