Add query slice string #1114

Merged
lunny merged 2 commits from lunny/query_slice_string into master 2018-10-15 05:03:44 +00:00
Owner
No description provided.
codecov-io commented 2018-10-15 04:31:42 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1114 into master will increase coverage by 0.02%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1114      +/-   ##
==========================================
+ Coverage   54.61%   54.63%   +0.02%     
==========================================
  Files          42       42              
  Lines        7601     7623      +22     
==========================================
+ Hits         4151     4165      +14     
- Misses       2929     2933       +4     
- Partials      521      525       +4
Impacted Files Coverage Δ
session_query.go 61.98% <63.63%> (+0.24%) ⬆️

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 3e8290c...763a470. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1114?src=pr&el=h1) Report > Merging [#1114](https://codecov.io/gh/go-xorm/xorm/pull/1114?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/3e8290cc9448afc643430032d68d310965630df8?src=pr&el=desc) will **increase** coverage by `0.02%`. > The diff coverage is `63.63%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1114/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1114?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1114 +/- ## ========================================== + Coverage 54.61% 54.63% +0.02% ========================================== Files 42 42 Lines 7601 7623 +22 ========================================== + Hits 4151 4165 +14 - Misses 2929 2933 +4 - Partials 521 525 +4 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1114?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/1114/diff?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `61.98% <63.63%> (+0.24%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1114?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/1114?src=pr&el=footer). Last update [3e8290c...763a470](https://codecov.io/gh/go-xorm/xorm/pull/1114?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.