fix Conds bug on Find and add test for FindAndCount #652

Merged
lunny merged 1 commits from lunny/find_and_count into master 2017-07-24 13:26:15 +00:00
Owner
No description provided.
codecov-io commented 2017-07-24 13:24:38 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #652 into master will decrease coverage by 0.02%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #652      +/-   ##
==========================================
- Coverage   48.06%   48.03%   -0.03%     
==========================================
  Files          34       34              
  Lines        8359     8362       +3     
==========================================
- Hits         4018     4017       -1     
- Misses       3856     3858       +2     
- Partials      485      487       +2
Impacted Files Coverage Δ
session_cond.go 81.48% <ø> (+7.4%) ⬆️
session_find.go 56.21% <100%> (+0.11%) ⬆️
statement.go 61.45% <81.81%> (-0.62%) ⬇️
xorm.go 67.14% <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 1aa1846...2288de7. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=h1) Report > Merging [#652](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/1aa1846afbf091c9b8bebb53340eff568a9b87bd?src=pr&el=desc) will **decrease** coverage by `0.02%`. > The diff coverage is `84.61%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/652/graphs/tree.svg?height=150&src=pr&token=yB5nO1krEe&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #652 +/- ## ========================================== - Coverage 48.06% 48.03% -0.03% ========================================== Files 34 34 Lines 8359 8362 +3 ========================================== - Hits 4018 4017 -1 - Misses 3856 3858 +2 - Partials 485 487 +2 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree#diff-c2Vzc2lvbl9jb25kLmdv) | `81.48% <ø> (+7.4%)` | :arrow_up: | | [session\_find.go](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree#diff-c2Vzc2lvbl9maW5kLmdv) | `56.21% <100%> (+0.11%)` | :arrow_up: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `61.45% <81.81%> (-0.62%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/652?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/652?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/652?src=pr&el=footer). Last update [1aa1846...2288de7](https://codecov.io/gh/go-xorm/xorm/pull/652?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.