Add FindAndCount method #842

Merged
lunny merged 1 commits from lunny/find_and_count into master 2018-02-07 13:06:14 +00:00
Owner
No description provided.
codecov-io commented 2018-02-07 12:29:59 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #842 into master will increase coverage by 0.06%.
The diff coverage is 76.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #842      +/-   ##
==========================================
+ Coverage   53.16%   53.23%   +0.06%     
==========================================
  Files          39       39              
  Lines        7339     7356      +17     
==========================================
+ Hits         3902     3916      +14     
- Misses       2938     2940       +2     
- Partials      499      500       +1
Impacted Files Coverage Δ
engine.go 58.85% <100%> (+0.18%) ⬆️
session_find.go 65.91% <69.23%> (+0.14%) ⬆️
xorm.go 70% <0%> (+1.66%) ⬆️

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 4293dea...13d1199. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/842?src=pr&el=h1) Report > Merging [#842](https://codecov.io/gh/go-xorm/xorm/pull/842?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/4293dea67e46dcb041454e0b35cf2bd148cda679?src=pr&el=desc) will **increase** coverage by `0.06%`. > The diff coverage is `76.47%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/842/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/842?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #842 +/- ## ========================================== + Coverage 53.16% 53.23% +0.06% ========================================== Files 39 39 Lines 7339 7356 +17 ========================================== + Hits 3902 3916 +14 - Misses 2938 2940 +2 - Partials 499 500 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/842?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/842/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `58.85% <100%> (+0.18%)` | :arrow_up: | | [session\_find.go](https://codecov.io/gh/go-xorm/xorm/pull/842/diff?src=pr&el=tree#diff-c2Vzc2lvbl9maW5kLmdv) | `65.91% <69.23%> (+0.14%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/842/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `70% <0%> (+1.66%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/842?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/842?src=pr&el=footer). Last update [4293dea...13d1199](https://codecov.io/gh/go-xorm/xorm/pull/842?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.