Fix find bit #712

Merged
lunny merged 2 commits from lunny/find_bit into master 2017-09-09 10:56:59 +00:00
Owner

As title.

As title.
codecov-io commented 2017-09-09 10:29:41 +00:00 (Migrated from github.com)
Author
Owner

Codecov Report

Merging #712 into master will decrease coverage by 0.01%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #712      +/-   ##
==========================================
- Coverage   52.14%   52.12%   -0.02%     
==========================================
  Files          35       35              
  Lines        8224     8234      +10     
==========================================
+ Hits         4288     4292       +4     
- Misses       3452     3455       +3     
- Partials      484      487       +3
Impacted Files Coverage Δ
session.go 52.92% <100%> (+0.08%) ⬆️
session_convert.go 20.1% <100%> (-0.14%) ⬇️
convert.go 27.65% <40%> (+0.45%) ⬆️

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 8439b76...875f96c. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=h1) Report > Merging [#712](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/8439b76875f296ec8aec873e06cc049fd082c217?src=pr&el=desc) will **decrease** coverage by `0.01%`. > The diff coverage is `50%`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/712/graphs/tree.svg?src=pr&token=yB5nO1krEe&width=650&height=150)](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #712 +/- ## ========================================== - Coverage 52.14% 52.12% -0.02% ========================================== Files 35 35 Lines 8224 8234 +10 ========================================== + Hits 4288 4292 +4 - Misses 3452 3455 +3 - Partials 484 487 +3 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [session.go](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=tree#diff-c2Vzc2lvbi5nbw==) | `52.92% <100%> (+0.08%)` | :arrow_up: | | [session\_convert.go](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=tree#diff-c2Vzc2lvbl9jb252ZXJ0Lmdv) | `20.1% <100%> (-0.14%)` | :arrow_down: | | [convert.go](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=tree#diff-Y29udmVydC5nbw==) | `27.65% <40%> (+0.45%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/712?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/712?src=pr&el=footer). Last update [8439b76...875f96c](https://codecov.io/gh/go-xorm/xorm/pull/712?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Author
Owner

fix #673

fix #673
Sign in to join this conversation.
No description provided.