add update test for #555 #598

Merged
lunny merged 2 commits from lunny/add_update_test into master 2017-05-31 03:13:07 +00:00
Owner
No description provided.
Author
Owner

will confirm that #555 is fixed.

will confirm that #555 is fixed.
codecov-io commented 2017-05-31 03:06:27 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #598 into master will increase coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #598      +/-   ##
==========================================
+ Coverage   45.24%   45.28%   +0.04%     
==========================================
  Files          30       30              
  Lines        6925     6925              
==========================================
+ Hits         3133     3136       +3     
+ Misses       3292     3289       -3     
  Partials      500      500
Impacted Files Coverage Δ
session_update.go 34.93% <0%> (+1.31%) ⬆️

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 240b4d9...1a5901c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=h1) Report > Merging [#598](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/240b4d97efbf47ea604ea666031d204d9ee8b656?src=pr&el=desc) will **increase** coverage by `0.04%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/598/graphs/tree.svg?height=150&width=650&token=yB5nO1krEe&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #598 +/- ## ========================================== + Coverage 45.24% 45.28% +0.04% ========================================== Files 30 30 Lines 6925 6925 ========================================== + Hits 3133 3136 +3 + Misses 3292 3289 -3 Partials 500 500 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `34.93% <0%> (+1.31%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/598?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/598?src=pr&el=footer). Last update [240b4d9...1a5901c](https://codecov.io/gh/go-xorm/xorm/pull/598?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.