fix time tag utc #742

Merged
lunny merged 2 commits from lunny/fix_time_tag into master 2017-09-30 00:59:14 +00:00
Owner
No description provided.
codecov-io commented 2017-09-29 15:15:50 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #742 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #742      +/-   ##
==========================================
+ Coverage    52.6%   52.62%   +0.02%     
==========================================
  Files          35       35              
  Lines        8267     8271       +4     
==========================================
+ Hits         4349     4353       +4     
  Misses       3434     3434              
  Partials      484      484
Impacted Files Coverage Δ
engine.go 56.73% <100%> (+0.17%) ⬆️
helpers.go 61.9% <100%> (ø) ⬆️
session_delete.go 58.42% <100%> (ø) ⬆️
session_update.go 51.29% <100%> (ø) ⬆️
session_insert.go 57.77% <100%> (ø) ⬆️
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 c969050...75c8f66. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=h1) Report > Merging [#742](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/c9690500fa5e68a5e451dcadfa66e3acd34a4c0e?src=pr&el=desc) will **increase** coverage by `0.02%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/742/graphs/tree.svg?token=yB5nO1krEe&src=pr&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #742 +/- ## ========================================== + Coverage 52.6% 52.62% +0.02% ========================================== Files 35 35 Lines 8267 8271 +4 ========================================== + Hits 4349 4353 +4 Misses 3434 3434 Partials 484 484 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree#diff-ZW5naW5lLmdv) | `56.73% <100%> (+0.17%)` | :arrow_up: | | [helpers.go](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree#diff-aGVscGVycy5nbw==) | `61.9% <100%> (ø)` | :arrow_up: | | [session\_delete.go](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree#diff-c2Vzc2lvbl9kZWxldGUuZ28=) | `58.42% <100%> (ø)` | :arrow_up: | | [session\_update.go](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree#diff-c2Vzc2lvbl91cGRhdGUuZ28=) | `51.29% <100%> (ø)` | :arrow_up: | | [session\_insert.go](https://codecov.io/gh/go-xorm/xorm/pull/742?src=pr&el=tree#diff-c2Vzc2lvbl9pbnNlcnQuZ28=) | `57.77% <100%> (ø)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/742?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/742?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/742?src=pr&el=footer). Last update [c969050...75c8f66](https://codecov.io/gh/go-xorm/xorm/pull/742?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.