fix bug on update #676

Merged
lunny merged 1 commits from lunny/fix_update into master 2017-08-05 02:46:30 +00:00
Owner

will fix #675

will fix #675
codecov-io commented 2017-08-05 02:33:10 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #676      +/-   ##
==========================================
+ Coverage   49.01%   49.06%   +0.05%     
==========================================
  Files          34       34              
  Lines        8314     8315       +1     
==========================================
+ Hits         4075     4080       +5     
+ Misses       3758     3755       -3     
+ Partials      481      480       -1
Impacted Files Coverage Δ
statement.go 62.75% <100%> (+0.04%) ⬆️
dialect_mysql.go 58.33% <0%> (+0.61%) ⬆️
engine_cond.go 53.93% <0%> (+1.21%) ⬆️

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 10faec1...3be8a34. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=h1) Report > Merging [#676](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/10faec1e58e885a13d3170482598b6387dd230c9?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/676/graphs/tree.svg?token=yB5nO1krEe&height=150&src=pr&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #676 +/- ## ========================================== + Coverage 49.01% 49.06% +0.05% ========================================== Files 34 34 Lines 8314 8315 +1 ========================================== + Hits 4075 4080 +5 + Misses 3758 3755 -3 + Partials 481 480 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `62.75% <100%> (+0.04%)` | :arrow_up: | | [dialect\_mysql.go](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=tree#diff-ZGlhbGVjdF9teXNxbC5nbw==) | `58.33% <0%> (+0.61%)` | :arrow_up: | | [engine\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/676?src=pr&el=tree#diff-ZW5naW5lX2NvbmQuZ28=) | `53.93% <0%> (+1.21%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/676?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/676?src=pr&el=footer). Last update [10faec1...3be8a34](https://codecov.io/gh/go-xorm/xorm/pull/676?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:46:59 +00:00
Sign in to join this conversation.
No description provided.