add Exist functions #640

Merged
lunny merged 1 commits from lunny/exist into master 2017-07-14 01:20:14 +00:00
Owner
No description provided.
codecov-io commented 2017-07-13 15:19:58 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #640 into master will increase coverage by 0.13%.
The diff coverage is 68.62%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #640      +/-   ##
==========================================
+ Coverage   49.53%   49.67%   +0.13%     
==========================================
  Files          33       34       +1     
  Lines        7039     7090      +51     
==========================================
+ Hits         3487     3522      +35     
- Misses       3077     3085       +8     
- Partials      475      483       +8
Impacted Files Coverage Δ
xorm.go 69.49% <ø> (ø) ⬆️
engine.go 56.93% <100%> (+0.19%) ⬆️
session_exist.go 65.95% <65.95%> (ø)

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 78795d8...8a4f188. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=h1) Report > Merging [#640](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/78795d8f1385c80d5229435a13ef71d4e30435a6?src=pr&el=desc) will **increase** coverage by `0.13%`. > The diff coverage is `68.62%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/640/graphs/tree.svg?token=yB5nO1krEe&width=650&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #640 +/- ## ========================================== + Coverage 49.53% 49.67% +0.13% ========================================== Files 33 34 +1 Lines 7039 7090 +51 ========================================== + Hits 3487 3522 +35 - Misses 3077 3085 +8 - Partials 475 483 +8 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=tree#diff-eG9ybS5nbw==) | `69.49% <ø> (ø)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.93% <100%> (+0.19%)` | :arrow_up: | | [session\_exist.go](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=tree#diff-c2Vzc2lvbl9leGlzdC5nbw==) | `65.95% <65.95%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/640?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/640?src=pr&el=footer). Last update [78795d8...8a4f188](https://codecov.io/gh/go-xorm/xorm/pull/640?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Author
Owner

resolved #590

resolved #590
lunny referenced this issue from a commit 2020-01-19 09:34:10 +00:00
Sign in to join this conversation.
No description provided.