refactor for value2String #713

Merged
lunny merged 1 commits from lunny/rename_value2String into master 2017-09-09 11:21:05 +00:00
Owner
No description provided.
codecov-io commented 2017-09-09 11:21:05 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #713 into master will decrease coverage by 0.01%.
The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #713      +/-   ##
=========================================
- Coverage   52.11%   52.1%   -0.02%     
=========================================
  Files          35      35              
  Lines        8234    8226       -8     
=========================================
- Hits         4291    4286       -5     
+ Misses       3455    3453       -2     
+ Partials      488     487       -1
Impacted Files Coverage Δ
session_query.go 59.01% <100%> (+0.42%) ⬆️
session_raw.go 58.27% <75%> (-0.6%) ⬇️
xorm.go 66.19% <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 d9eb2f5...0a9c234. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=h1) Report > Merging [#713](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/d9eb2f5f36409ce2c014fd7f44cd123d1d8e32c8?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `80%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/713/graphs/tree.svg?token=yB5nO1krEe&height=150&src=pr&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #713 +/- ## ========================================= - Coverage 52.11% 52.1% -0.02% ========================================= Files 35 35 Lines 8234 8226 -8 ========================================= - Hits 4291 4286 -5 + Misses 3455 3453 -2 + Partials 488 487 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `59.01% <100%> (+0.42%)` | :arrow_up: | | [session\_raw.go](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=tree#diff-c2Vzc2lvbl9yYXcuZ28=) | `58.27% <75%> (-0.6%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/713?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/713?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/713?src=pr&el=footer). Last update [d9eb2f5...0a9c234](https://codecov.io/gh/go-xorm/xorm/pull/713?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.