Add tests for json field string #756

Merged
lunny merged 2 commits from lunny/test_json_string into master 2017-10-24 11:29:09 +00:00
Owner
No description provided.
codecov-io commented 2017-10-24 10:22:30 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #756      +/-   ##
==========================================
+ Coverage   51.29%   51.38%   +0.09%     
==========================================
  Files          38       38              
  Lines        8529     8529              
==========================================
+ Hits         4375     4383       +8     
+ Misses       3672     3661      -11     
- Partials      482      485       +3
Impacted Files Coverage Δ
xorm.go 66.19% <0%> (-1.41%) ⬇️
session.go 55.05% <0%> (+1.49%) ⬆️

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 fdbf36d...fe03aaa. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=h1) Report > Merging [#756](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/fdbf36d7eafc9ede1eba931025868a66eb60ef12?src=pr&el=desc) will **increase** coverage by `0.09%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/756/graphs/tree.svg?height=150&width=650&token=yB5nO1krEe&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #756 +/- ## ========================================== + Coverage 51.29% 51.38% +0.09% ========================================== Files 38 38 Lines 8529 8529 ========================================== + Hits 4375 4383 +8 + Misses 3672 3661 -11 - Partials 482 485 +3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (-1.41%)` | :arrow_down: | | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/756?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `55.05% <0%> (+1.49%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/756?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/756?src=pr&el=footer). Last update [fdbf36d...fe03aaa](https://codecov.io/gh/go-xorm/xorm/pull/756?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.