Add buffer Iterate support #729

Merged
lunny merged 1 commits from lunny/buffer_iterate into master 2017-09-19 12:59:41 +00:00
Owner

As title.

As title.
codecov-io commented 2017-09-19 12:58:33 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #729 into master will increase coverage by 0.18%.
The diff coverage is 85.36%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #729      +/-   ##
=========================================
+ Coverage   52.41%   52.6%   +0.18%     
=========================================
  Files          35      35              
  Lines        8226    8267      +41     
=========================================
+ Hits         4312    4349      +37     
- Misses       3431    3434       +3     
- Partials      483     484       +1
Impacted Files Coverage Δ
engine.go 56.56% <100%> (+0.17%) ⬆️
statement.go 64.56% <100%> (+0.38%) ⬆️
session_iterate.go 75.4% <83.33%> (+11.4%) ⬆️
xorm.go 66.19% <0%> (-1.41%) ⬇️

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 57c2ebf...56ddb91. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=h1) Report > Merging [#729](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/57c2ebffcb3358921721bdf5fea51c674ab4d0e1?src=pr&el=desc) will **increase** coverage by `0.18%`. > The diff coverage is `85.36%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/729/graphs/tree.svg?token=yB5nO1krEe&width=650&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #729 +/- ## ========================================= + Coverage 52.41% 52.6% +0.18% ========================================= Files 35 35 Lines 8226 8267 +41 ========================================= + Hits 4312 4349 +37 - Misses 3431 3434 +3 - Partials 483 484 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.56% <100%> (+0.17%)` | :arrow_up: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `64.56% <100%> (+0.38%)` | :arrow_up: | | [session\_iterate.go](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree#diff-c2Vzc2lvbl9pdGVyYXRlLmdv) | `75.4% <83.33%> (+11.4%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/729?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (-1.41%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/729?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/729?src=pr&el=footer). Last update [57c2ebf...56ddb91](https://codecov.io/gh/go-xorm/xorm/pull/729?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.