Exec support builder #1064

Merged
lunny merged 1 commits from lunny/exec_builder into master 2018-08-09 05:09:55 +00:00
Owner
No description provided.
codecov-io commented 2018-08-09 04:22:26 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1064 into master will decrease coverage by 0.01%.
The diff coverage is 57.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1064      +/-   ##
==========================================
- Coverage   54.31%   54.29%   -0.02%     
==========================================
  Files          41       41              
  Lines        7551     7557       +6     
==========================================
+ Hits         4101     4103       +2     
- Misses       2935     2936       +1     
- Partials      515      518       +3
Impacted Files Coverage Δ
engine.go 61.51% <100%> (ø) ⬆️
session_query.go 61.74% <100%> (+0.98%) ⬆️
session_raw.go 57.57% <50%> (-1.4%) ⬇️
xorm.go 64.61% <0%> (-1.54%) ⬇️

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 4b224e8...6718204. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1064?src=pr&el=h1) Report > Merging [#1064](https://codecov.io/gh/go-xorm/xorm/pull/1064?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/4b224e882327a1d331c30c90d5c29d6a68dae69d?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `57.89%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1064/graphs/tree.svg?token=yB5nO1krEe&src=pr&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/1064?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1064 +/- ## ========================================== - Coverage 54.31% 54.29% -0.02% ========================================== Files 41 41 Lines 7551 7557 +6 ========================================== + Hits 4101 4103 +2 - Misses 2935 2936 +1 - Partials 515 518 +3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1064?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/1064/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `61.51% <100%> (ø)` | :arrow_up: | | [session\_query.go](https://codecov.io/gh/go-xorm/xorm/pull/1064/diff?src=pr&el=tree#diff-c2Vzc2lvbl9xdWVyeS5nbw==) | `61.74% <100%> (+0.98%)` | :arrow_up: | | [session\_raw.go](https://codecov.io/gh/go-xorm/xorm/pull/1064/diff?src=pr&el=tree#diff-c2Vzc2lvbl9yYXcuZ28=) | `57.57% <50%> (-1.4%)` | :arrow_down: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1064/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `64.61% <0%> (-1.54%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1064?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/1064?src=pr&el=footer). Last update [4b224e8...6718204](https://codecov.io/gh/go-xorm/xorm/pull/1064?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.