Add testing for update via condition bean #918

Merged
lunny merged 1 commits from lunny/update_bean into master 2018-04-29 14:09:23 +00:00
Owner
No description provided.
Author
Owner
testing for https://github.com/go-xorm/xorm/issues/912
codecov-io commented 2018-04-29 13:43:34 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #918   +/-   ##
=======================================
  Coverage   53.99%   53.99%           
=======================================
  Files          41       41           
  Lines        7538     7538           
=======================================
  Hits         4070     4070           
  Misses       2950     2950           
  Partials      518      518
Impacted Files Coverage Δ
xorm.go 64.61% <0%> (ø) ⬆️

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 44623fc...2f34012. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/918?src=pr&el=h1) Report > Merging [#918](https://codecov.io/gh/go-xorm/xorm/pull/918?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/44623fc3955ab3429be11a0cb391ab7fd64dde9f?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/918/graphs/tree.svg?height=150&width=650&token=yB5nO1krEe&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/918?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #918 +/- ## ======================================= Coverage 53.99% 53.99% ======================================= Files 41 41 Lines 7538 7538 ======================================= Hits 4070 4070 Misses 2950 2950 Partials 518 518 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/918?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/918/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `64.61% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/918?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/918?src=pr&el=footer). Last update [44623fc...2f34012](https://codecov.io/gh/go-xorm/xorm/pull/918?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.