add CondDeleted method #620

Merged
lunny merged 1 commits from lunny/add_CondDeleted into master 2017-06-15 12:09:47 +00:00
Owner
No description provided.
codecov-io commented 2017-06-15 12:04:35 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #620 into master will increase coverage by 0.03%.
The diff coverage is 51.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #620      +/-   ##
==========================================
+ Coverage   49.62%   49.65%   +0.03%     
==========================================
  Files          32       33       +1     
  Lines        7019     7016       -3     
==========================================
+ Hits         3483     3484       +1     
+ Misses       3066     3065       -1     
+ Partials      470      467       -3
Impacted Files Coverage Δ
session.go 50.2% <0%> (ø) ⬆️
session_convert.go 21.53% <0%> (-0.17%) ⬇️
statement.go 63.12% <100%> (+1.96%) ⬆️
engine.go 56.78% <50%> (-0.04%) ⬇️
session_find.go 59.15% <50%> (+0.57%) ⬆️
engine_cond.go 52.66% <52.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 eb52e0e...978e619. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=h1) Report > Merging [#620](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/eb52e0e4aeab9896dc3e9d2049d4301a726b5a83?src=pr&el=desc) will **increase** coverage by `0.03%`. > The diff coverage is `51.23%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/620/graphs/tree.svg?width=650&src=pr&token=yB5nO1krEe&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #620 +/- ## ========================================== + Coverage 49.62% 49.65% +0.03% ========================================== Files 32 33 +1 Lines 7019 7016 -3 ========================================== + Hits 3483 3484 +1 + Misses 3066 3065 -1 + Partials 470 467 -3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `50.2% <0%> (ø)` | :arrow_up: | | [session\_convert.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-c2Vzc2lvbl9jb252ZXJ0Lmdv) | `21.53% <0%> (-0.17%)` | :arrow_down: | | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `63.12% <100%> (+1.96%)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.78% <50%> (-0.04%)` | :arrow_down: | | [session\_find.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-c2Vzc2lvbl9maW5kLmdv) | `59.15% <50%> (+0.57%)` | :arrow_up: | | [engine\_cond.go](https://codecov.io/gh/go-xorm/xorm/pull/620?src=pr&el=tree#diff-ZW5naW5lX2NvbmQuZ28=) | `52.66% <52.66%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/620?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/620?src=pr&el=footer). Last update [eb52e0e...978e619](https://codecov.io/gh/go-xorm/xorm/pull/620?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.