add more tests for rows #664

Merged
lunny merged 1 commits from lunny/more_test_rows into master 2017-07-27 06:38:40 +00:00
Owner
No description provided.
codecov-io commented 2017-07-27 06:34:54 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
+ Coverage   48.47%   48.62%   +0.15%     
==========================================
  Files          34       34              
  Lines        8310     8310              
==========================================
+ Hits         4028     4041      +13     
+ Misses       3799     3786      -13     
  Partials      483      483
Impacted Files Coverage Δ
xorm.go 67.14% <0%> (ø) ⬆️
session.go 49.14% <0%> (+0.51%) ⬆️
rows.go 49.05% <0%> (+9.43%) ⬆️

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 8849fd9...d04a1a2. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=h1) Report > Merging [#664](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/8849fd919ec89930a387f6946fbbc1f015d2f6ed?src=pr&el=desc) will **increase** coverage by `0.15%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/664/graphs/tree.svg?token=yB5nO1krEe&height=150&src=pr&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #664 +/- ## ========================================== + Coverage 48.47% 48.62% +0.15% ========================================== Files 34 34 Lines 8310 8310 ========================================== + Hits 4028 4041 +13 + Misses 3799 3786 -13 Partials 483 483 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `49.14% <0%> (+0.51%)` | :arrow_up: | | [rows.go](https://codecov.io/gh/go-xorm/xorm/pull/664?src=pr&el=tree#diff-cm93cy5nbw==) | `49.05% <0%> (+9.43%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/664?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/664?src=pr&el=footer). Last update [8849fd9...d04a1a2](https://codecov.io/gh/go-xorm/xorm/pull/664?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.