Add test for resolve #797 #878

Merged
lunny merged 1 commits from lunny/fix_get_float64 into master 2018-04-10 03:27:42 +00:00
Owner
No description provided.
Author
Owner

testing for #797

testing for #797
codecov-io commented 2018-04-10 03:05:20 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #878      +/-   ##
==========================================
+ Coverage   53.55%   53.56%   +0.01%     
==========================================
  Files          40       40              
  Lines        7464     7464              
==========================================
+ Hits         3997     3998       +1     
  Misses       2965     2965              
+ Partials      502      501       -1
Impacted Files Coverage Δ
xorm.go 65.62% <0%> (+1.56%) ⬆️

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 e98616d...95a6c50. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/878?src=pr&el=h1) Report > Merging [#878](https://codecov.io/gh/go-xorm/xorm/pull/878?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/e98616d6568c1845575a9112191745f071d9569a?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/878/graphs/tree.svg?token=yB5nO1krEe&src=pr&height=150&width=650)](https://codecov.io/gh/go-xorm/xorm/pull/878?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #878 +/- ## ========================================== + Coverage 53.55% 53.56% +0.01% ========================================== Files 40 40 Lines 7464 7464 ========================================== + Hits 3997 3998 +1 Misses 2965 2965 + Partials 502 501 -1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/878?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/878/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `65.62% <0%> (+1.56%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/878?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/878?src=pr&el=footer). Last update [e98616d...95a6c50](https://codecov.io/gh/go-xorm/xorm/pull/878?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.