Fix no rows return error when close #1334

Merged
lunny merged 1 commits from lunny/fix_rows_close into master 2019-06-20 15:12:09 +00:00
Owner
No description provided.
codecov-io commented 2019-06-20 15:11:10 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1334 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1334      +/-   ##
==========================================
+ Coverage   57.37%   57.37%   +<.01%     
==========================================
  Files          44       44              
  Lines        7819     7813       -6     
==========================================
- Hits         4486     4483       -3     
+ Misses       2777     2773       -4     
- Partials      556      557       +1
Impacted Files Coverage Δ
rows.go 56.14% <100%> (+3.75%) ⬆️
xorm.go 66.66% <0%> (-3.04%) ⬇️

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 d0827bf...7e68597. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1334?src=pr&el=h1) Report > Merging [#1334](https://codecov.io/gh/go-xorm/xorm/pull/1334?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/d0827bfc00eac71059fef291939d5b63aff42d5d?src=pr&el=desc) will **increase** coverage by `<.01%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1334/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1334?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1334 +/- ## ========================================== + Coverage 57.37% 57.37% +<.01% ========================================== Files 44 44 Lines 7819 7813 -6 ========================================== - Hits 4486 4483 -3 + Misses 2777 2773 -4 - Partials 556 557 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1334?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [rows.go](https://codecov.io/gh/go-xorm/xorm/pull/1334/diff?src=pr&el=tree#diff-cm93cy5nbw==) | `56.14% <100%> (+3.75%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1334/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.66% <0%> (-3.04%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1334?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/1334?src=pr&el=footer). Last update [d0827bf...7e68597](https://codecov.io/gh/go-xorm/xorm/pull/1334?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.