docs(README): fix limit sql #830

Merged
ipv4sec merged 1 commits from master into master 2018-01-22 11:33:53 +00:00
ipv4sec commented 2018-01-22 10:40:48 +00:00 (Migrated from github.com)
No description provided.
codecov-io commented 2018-01-22 10:56:25 +00:00 (Migrated from github.com)

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #830      +/-   ##
==========================================
+ Coverage   53.21%   53.22%   +0.01%     
==========================================
  Files          39       39              
  Lines        7333     7333              
==========================================
+ Hits         3902     3903       +1     
  Misses       2936     2936              
+ Partials      495      494       -1
Impacted Files Coverage Δ
xorm.go 70% <0%> (+1.66%) ⬆️

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 afd1ab9...ad74517. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/830?src=pr&el=h1) Report > Merging [#830](https://codecov.io/gh/go-xorm/xorm/pull/830?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/afd1ab91e7ea93f8b4a7a86e10fcdf0954cb2363?src=pr&el=desc) will **increase** coverage by `0.01%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/830/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/830?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #830 +/- ## ========================================== + Coverage 53.21% 53.22% +0.01% ========================================== Files 39 39 Lines 7333 7333 ========================================== + Hits 3902 3903 +1 Misses 2936 2936 + Partials 495 494 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/830?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/830/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `70% <0%> (+1.66%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/830?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/830?src=pr&el=footer). Last update [afd1ab9...ad74517](https://codecov.io/gh/go-xorm/xorm/pull/830?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).

Thanks!

Thanks!
Sign in to join this conversation.
No description provided.