Add more test for query #932

Merged
lunny merged 2 commits from lunny/more_test_query into master 2018-05-08 09:44:16 +00:00
Owner
No description provided.
codecov-io commented 2018-05-08 09:20:38 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #932      +/-   ##
==========================================
+ Coverage    54.2%   54.25%   +0.05%     
==========================================
  Files          41       41              
  Lines        7544     7544              
==========================================
+ Hits         4089     4093       +4     
+ Misses       2936     2934       -2     
+ Partials      519      517       -2
Impacted Files Coverage Δ
session_query.go 60.75% <0%> (+2.53%) ⬆️

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 d85bb49...4fd0b5c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/932?src=pr&el=h1) Report > Merging [#932](https://codecov.io/gh/go-xorm/xorm/pull/932?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/d85bb4911c725a53b135fc12862748a41b6c07da?src=pr&el=desc) will **increase** coverage by `0.05%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/932/graphs/tree.svg?src=pr&width=650&token=yB5nO1krEe&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/932?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #932 +/- ## ========================================== + Coverage 54.2% 54.25% +0.05% ========================================== Files 41 41 Lines 7544 7544 ========================================== + Hits 4089 4093 +4 + Misses 2936 2934 -2 + Partials 519 517 -2 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/932?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/932/diff?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `60.75% <0%> (+2.53%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/932?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/932?src=pr&el=footer). Last update [d85bb49...4fd0b5c](https://codecov.io/gh/go-xorm/xorm/pull/932?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.