add test for get slice #619

Merged
lunny merged 1 commits from lunny/add_test_get_slice into master 2017-06-15 02:12:31 +00:00
Owner

As title.

As title.
codecov-io commented 2017-06-15 02:12:23 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #619 into master will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #619      +/-   ##
==========================================
+ Coverage   49.59%   49.62%   +0.02%     
==========================================
  Files          32       32              
  Lines        7019     7019              
==========================================
+ Hits         3481     3483       +2     
+ Misses       3067     3066       -1     
+ Partials      471      470       -1
Impacted Files Coverage Δ
xorm.go 69.49% <0%> (ø) ⬆️
session_get.go 41.46% <0%> (+1.62%) ⬆️

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 f86679d...a135194. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=h1) Report > Merging [#619](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/f86679d53686bb4898eab361c65a88f08d9df417?src=pr&el=desc) will **increase** coverage by `0.02%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/619/graphs/tree.svg?token=yB5nO1krEe&src=pr&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #619 +/- ## ========================================== + Coverage 49.59% 49.62% +0.02% ========================================== Files 32 32 Lines 7019 7019 ========================================== + Hits 3481 3483 +2 + Misses 3067 3066 -1 + Partials 471 470 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=tree#diff-eG9ybS5nbw==) | `69.49% <0%> (ø)` | :arrow_up: | | [session\_get.go](https://codecov.io/gh/go-xorm/xorm/pull/619?src=pr&el=tree#diff-c2Vzc2lvbl9nZXQuZ28=) | `41.46% <0%> (+1.62%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/619?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/619?src=pr&el=footer). Last update [f86679d...a135194](https://codecov.io/gh/go-xorm/xorm/pull/619?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.