multiple Cols support #653

Merged
lunny merged 1 commits from lunny/fix_cols into master 2017-07-24 14:09:48 +00:00
Owner
No description provided.
codecov-io commented 2017-07-24 14:00:41 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #653 into master will increase coverage by 0.01%.
The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #653      +/-   ##
==========================================
+ Coverage   48.03%   48.05%   +0.01%     
==========================================
  Files          34       34              
  Lines        8362     8374      +12     
==========================================
+ Hits         4017     4024       +7     
- Misses       3858     3862       +4     
- Partials      487      488       +1
Impacted Files Coverage Δ
statement.go 61.41% <84.61%> (-0.05%) ⬇️
xorm.go 67.14% <0%> (ø) ⬆️

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 8cfde0e...dbbeb80. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=h1) Report > Merging [#653](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/8cfde0eb4bd4450c97367dac171155efcb2ad7e3?src=pr&el=desc) will **increase** coverage by `0.01%`. > The diff coverage is `84.61%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/653/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #653 +/- ## ========================================== + Coverage 48.03% 48.05% +0.01% ========================================== Files 34 34 Lines 8362 8374 +12 ========================================== + Hits 4017 4024 +7 - Misses 3858 3862 +4 - Partials 487 488 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [statement.go](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=tree#diff-c3RhdGVtZW50Lmdv) | `61.41% <84.61%> (-0.05%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/653?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/653?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/653?src=pr&el=footer). Last update [8cfde0e...dbbeb80](https://codecov.io/gh/go-xorm/xorm/pull/653?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.