Fix show SQL when set logger #1315

Merged
lunny merged 2 commits from lunny/fix_show_sql into master 2019-06-06 06:26:23 +00:00
Owner
No description provided.
codecov-io commented 2019-06-04 07:49:08 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #1315 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1315      +/-   ##
==========================================
- Coverage   57.36%   57.36%   -0.01%     
==========================================
  Files          44       44              
  Lines        7818     7819       +1     
==========================================
  Hits         4485     4485              
  Misses       2777     2777              
- Partials      556      557       +1
Impacted Files Coverage Δ
engine.go 61.58% <100%> (+0.04%) ⬆️
xorm.go 68.18% <0%> (-1.52%) ⬇️

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 8a61b3a...8826026. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1315?src=pr&el=h1) Report > Merging [#1315](https://codecov.io/gh/go-xorm/xorm/pull/1315?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/8a61b3a8a94b5ec9c75db6436fe01736d0cc1778?src=pr&el=desc) will **decrease** coverage by `<.01%`. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/1315/graphs/tree.svg?width=650&token=yB5nO1krEe&height=150&src=pr)](https://codecov.io/gh/go-xorm/xorm/pull/1315?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #1315 +/- ## ========================================== - Coverage 57.36% 57.36% -0.01% ========================================== Files 44 44 Lines 7818 7819 +1 ========================================== Hits 4485 4485 Misses 2777 2777 - Partials 556 557 +1 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/1315?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [engine.go](https://codecov.io/gh/go-xorm/xorm/pull/1315/diff?src=pr&el=tree#diff-ZW5naW5lLmdv) | `61.58% <100%> (+0.04%)` | :arrow_up: | | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/1315/diff?src=pr&el=tree#diff-eG9ybS5nbw==) | `68.18% <0%> (-1.52%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/1315?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/1315?src=pr&el=footer). Last update [8a61b3a...8826026](https://codecov.io/gh/go-xorm/xorm/pull/1315?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.