Add comment support on create table [mysql only currently] #616

Merged
lunny merged 2 commits from lunny/comment_tag into master 2017-06-14 06:16:41 +00:00
Owner

will fix mysql of #562

will fix mysql of #562
codecov-io commented 2017-06-14 06:12:00 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #616 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #616      +/-   ##
==========================================
+ Coverage   49.56%   49.59%   +0.02%     
==========================================
  Files          32       32              
  Lines        7015     7019       +4     
==========================================
+ Hits         3477     3481       +4     
  Misses       3067     3067              
  Partials      471      471
Impacted Files Coverage Δ
tag.go 67.93% <100%> (+1%) ⬆️
xorm.go 69.49% <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 2337069...64dec03. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=h1) Report > Merging [#616](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/233706969ad9040ff7c773d740dc33c6d60b6967?src=pr&el=desc) will **increase** coverage by `0.02%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/616/graphs/tree.svg?token=yB5nO1krEe&width=650&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #616 +/- ## ========================================== + Coverage 49.56% 49.59% +0.02% ========================================== Files 32 32 Lines 7015 7019 +4 ========================================== + Hits 3477 3481 +4 Misses 3067 3067 Partials 471 471 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [tag.go](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=tree#diff-dGFnLmdv) | `67.93% <100%> (+1%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/616?src=pr&el=tree#diff-eG9ybS5nbw==) | `69.49% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/616?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/616?src=pr&el=footer). Last update [2337069...64dec03](https://codecov.io/gh/go-xorm/xorm/pull/616?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.