support reuse session to transaction #650

Merged
lunny merged 1 commits from lunny/reuse_transaction into master 2017-07-23 01:15:45 +00:00
Owner
No description provided.
codecov-io commented 2017-07-23 01:11:46 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #650 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #650      +/-   ##
==========================================
+ Coverage   48.06%   48.08%   +0.01%     
==========================================
  Files          34       34              
  Lines        8359     8361       +2     
==========================================
+ Hits         4018     4020       +2     
  Misses       3856     3856              
  Partials      485      485
Impacted Files Coverage Δ
session_tx.go 91.8% <100%> (+0.27%) ⬆️
xorm.go 67.14% <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 305eb27...d753247. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=h1) Report > Merging [#650](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/305eb27bcf7e63198716d32af0cf74a6afcb2b37?src=pr&el=desc) will **increase** coverage by `0.01%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/650/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #650 +/- ## ========================================== + Coverage 48.06% 48.08% +0.01% ========================================== Files 34 34 Lines 8359 8361 +2 ========================================== + Hits 4018 4020 +2 Misses 3856 3856 Partials 485 485 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session\_tx.go](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=tree#diff-c2Vzc2lvbl90eC5nbw==) | `91.8% <100%> (+0.27%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/650?src=pr&el=tree#diff-eG9ybS5nbw==) | `67.14% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/650?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/650?src=pr&el=footer). Last update [305eb27...d753247](https://codecov.io/gh/go-xorm/xorm/pull/650?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.