Add more test for time default value #714

Merged
lunny merged 1 commits from lunny/time_test into master 2017-09-10 02:51:47 +00:00
Owner
No description provided.
codecov-io commented 2017-09-10 02:51:15 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #714      +/-   ##
==========================================
+ Coverage    52.1%   52.26%   +0.15%     
==========================================
  Files          35       35              
  Lines        8226     8226              
==========================================
+ Hits         4286     4299      +13     
+ Misses       3453     3440      -13     
  Partials      487      487
Impacted Files Coverage Δ
xorm.go 66.19% <0%> (ø) ⬆️
engine.go 56.39% <0%> (+0.39%) ⬆️
session_insert.go 57.77% <0%> (+0.69%) ⬆️
dialect_mysql.go 60.18% <0%> (+1.85%) ⬆️

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 aab77ab...d26cc3b. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=h1) Report > Merging [#714](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/aab77ab84c42f635f3d2213edcdf51e2a3b29eb2?src=pr&el=desc) will **increase** coverage by `0.15%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/714/graphs/tree.svg?src=pr&token=yB5nO1krEe&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #714 +/- ## ========================================== + Coverage 52.1% 52.26% +0.15% ========================================== Files 35 35 Lines 8226 8226 ========================================== + Hits 4286 4299 +13 + Misses 3453 3440 -13 Partials 487 487 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree#diff-eG9ybS5nbw==) | `66.19% <0%> (ø)` | :arrow_up: | | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.39% <0%> (+0.39%)` | :arrow_up: | | [session\_insert.go](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree#diff-c2Vzc2lvbl9pbnNlcnQuZ28=) | `57.77% <0%> (+0.69%)` | :arrow_up: | | [dialect\_mysql.go](https://codecov.io/gh/go-xorm/xorm/pull/714?src=pr&el=tree#diff-ZGlhbGVjdF9teXNxbC5nbw==) | `60.18% <0%> (+1.85%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/714?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/714?src=pr&el=footer). Last update [aab77ab...d26cc3b](https://codecov.io/gh/go-xorm/xorm/pull/714?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.