fix tablename bug when sync2 #921

Merged
lunny merged 1 commits from lunny/sync2_bug into master 2018-05-02 08:46:40 +00:00
Owner

will fix #920

will fix #920
codecov-io commented 2018-05-02 08:37:56 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #921 into master will increase coverage by 0.13%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #921      +/-   ##
==========================================
+ Coverage   53.98%   54.11%   +0.13%     
==========================================
  Files          41       41              
  Lines        7537     7537              
==========================================
+ Hits         4069     4079      +10     
+ Misses       2950     2942       -8     
+ Partials      518      516       -2
Impacted Files Coverage Δ
session_schema.go 59.12% <100%> (+1.98%) ⬆️
engine.go 61.51% <0%> (+0.45%) ⬆️
xorm.go 66.15% <0%> (+1.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 9680df5...c10acb2. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/921?src=pr&el=h1) Report > Merging [#921](https://codecov.io/gh/go-xorm/xorm/pull/921?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/9680df54457a335d5ea5167e883874f5d943254d?src=pr&el=desc) will **increase** coverage by `0.13%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/921/graphs/tree.svg?src=pr&width=650&token=yB5nO1krEe&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/921?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #921 +/- ## ========================================== + Coverage 53.98% 54.11% +0.13% ========================================== Files 41 41 Lines 7537 7537 ========================================== + Hits 4069 4079 +10 + Misses 2950 2942 -8 + Partials 518 516 -2 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/921?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_schema.go](https://codecov.io/gh/go-xorm/xorm/pull/921/diff?src=pr&el=tree#diff-c2Vzc2lvbl9zY2hlbWEuZ28=) | `59.12% <100%> (+1.98%)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/921/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `61.51% <0%> (+0.45%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/921/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.15% <0%> (+1.53%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/921?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/921?src=pr&el=footer). Last update [9680df5...c10acb2](https://codecov.io/gh/go-xorm/xorm/pull/921?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.